#575991

Color #575991 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #575991

Tints of Governor Bay #575991

Color information

#575991 (or 0x575991) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 91. RGB value is (87,89,145). Sum of RGB (Red+Green+Blue) = 87+89+145=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #575991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575991 is #A8A66E. Grayscale: #5E5E5E. Windows color (decimal): -11052655 or 9525591. OLE color: 9525591.

HSL color Cylindrical-coordinate representation of color #575991: hue angle of 237.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575991 is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8789145-
CMYK0.40.3900.43
HSL237.93º25%45.49%-
HSV(B)237.93º40%56.86%-
XYZ12.6111.2228.29-
YUV94.79156.34122.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=27.10%
G=27.73%
B=45.17%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87891450.40.3900.43237.932545.49
Hex575991282702Bee192d
Octal12713122150470533563155
Binary101011110110011001000110100010011101010111110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575991; }

 p { color: rgb(87,89,145); }

 H1.HeaderClassName
 {
   color: #575991;
 }
 .AnyTagClassName
 {
   color: #575991;
 }
</style>
background-color css

<style>
 a { background-color: #575991; }

 a { background-color: rgb(87,89,145); }

 div.DivClassName
 {
   background-color: #575991;
 }
 .BgClassName
 {
   background-color: #575991;
 }
</style>
border-color css

<style>
 span { border-color: #575991; }

 span { border-color: rgb(87,89,145); }

 td.TdClassName
 {
   border-color: #575991;
 }
 .TagClassName
 {
   border-color: #575991;
 }
</style>