color codes Logo

#528091 color codes

#528091
(82,128,145)
0 Favorites   0 Comments

Color spaces of #528091

RGB 82128145
HSL0.540.280.45
HSV196°43°57°
CMYK 0.430.120.00   0.43
XYZ16.309719.276529.6492
Yxy19.27650.25000.2955
Hunter Lab43.9050-10.5251-9.3052
CIE-Lab51.0091-10.9854-14.0996

#528091 color RGB value is (82,128,145).

#528091 hex color red value is 82, green value is 128 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #528091 hue: 0.54 , saturation: 0.28 and the lightness value of 528091 is 0.45.

The process color (four color CMYK) of #528091 color code is 0.43, 0.12, 0.00, 0.43. Web safe color of #528091 is #669999. Color #528091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000000 10010001
Octal 122 200 221
Decimal 82 128 145
Hex 52 80 91

RGB Percentages of Color #528091

%23.10
%36.06
%40.85

CMYK Percentages of Color #528091

%43
%12
%0
%43

Triadic Colors of #528091

#528091 #915280 #809152

Analogous Colors of #528091

#528091 #526191 #529183

Monochromatic Colors of #528091

#528091

Complementary Color

#528091 #916352

#528091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528091 Color CSS Codes

.mybgcolor {background-color:#528091; } 
.myforecolor {color:#528091; }
.mybordercolor {border:3px solid #528091; }

#528091 Text Font Color

<p style="color:#528091">Text here</p>

This sample text font color is #528091
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#528091 Background Color

<div style="background-color:#528091">
Div content here</div>

This div background color is #528091


#528091 Border Color

<div style="border:3px solid #528091">
Div here</div>

This div border color is #528091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,128,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528091;
  -webkit-box-shadow: 1px 1px 3px 2px #528091;
  box-shadow:         1px 1px 3px 2px #528091; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,128,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #528091">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #528091;
  -webkit-box-shadow: 1px 1px 3px 2px #528091;
  box-shadow:         1px 1px 3px 2px #528091;">
Div content here</div>

This div box has shadow with color #528091


Comments

No comments written yet.

Please login to write comment.