#575987

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

Shades of Governor Bay #575987

Tints of Governor Bay #575987

Color information

#575987 (or 0x575987) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 87. RGB value is (87,89,135). Sum of RGB (Red+Green+Blue) = 87+89+135=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #575987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575987 is #A8A678. Grayscale: #5D5D5D. Windows color (decimal): -11052665 or 8870231. OLE color: 8870231.

HSL color Cylindrical-coordinate representation of color #575987: hue angle of 237.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575987 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8789135-
CMYK0.360.3400.47
HSL237.5º21.62%43.53%-
HSV(B)237.5º35.56%52.94%-
XYZ11.8810.9224.4-
YUV93.65151.34123.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=27.97%
G=28.62%
B=43.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87891350.360.3400.47237.521.6243.53
Hex575987242202Fee162c
Octal12713120744420573562654
Binary101011110110011000011110010010001001011111110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575987; }

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

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

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

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

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

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

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

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