#575A87

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

Shades of Governor Bay #575A87

Tints of Governor Bay #575A87

Color information

#575A87 (or 0x575A87) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 87. RGB value is (87,90,135). Sum of RGB (Red+Green+Blue) = 87+90+135=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #575A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A87 is #A8A578. Grayscale: #5E5E5E. Windows color (decimal): -11052409 or 8870487. OLE color: 8870487.

HSL color Cylindrical-coordinate representation of color #575A87: hue angle of 236.25º 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 #575A87 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8790135-
CMYK0.360.3300.47
HSL236.25º21.62%43.53%-
HSV(B)236.25º35.56%52.94%-
XYZ11.9611.0924.43-
YUV94.23151.01122.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=27.88%
G=28.85%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87901350.360.3300.47236.2521.6243.53
Hex575A87242102Fec162c
Octal12713220744410573542654
Binary101011110110101000011110010010000101011111110110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A87; }

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

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

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

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

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

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

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

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