#575C87

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

Shades of Governor Bay #575C87

Tints of Governor Bay #575C87

Color information

#575C87 (or 0x575C87) is unknown color: approx Governor Bay. HEX triplet: 57, 5C and 87. RGB value is (87,92,135). Sum of RGB (Red+Green+Blue) = 87+92+135=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #575C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C87 is #A8A378. Grayscale: #5F5F5F. Windows color (decimal): -11051897 or 8870999. OLE color: 8870999.

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

Color convert

RGB8792135-
CMYK0.360.3200.47
HSL233.75º21.62%43.53%-
HSV(B)233.75º35.56%52.94%-
XYZ12.1311.4324.49-
YUV95.41150.34122-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=27.71%
G=29.30%
B=42.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87921350.360.3200.47233.7521.6243.53
Hex575C87242002Fea162c
Octal12713420744400573522654
Binary101011110111001000011110010010000001011111110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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