#575A92

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

Shades of Governor Bay #575A92

Tints of Governor Bay #575A92

Color information

#575A92 (or 0x575A92) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 92. RGB value is (87,90,146). Sum of RGB (Red+Green+Blue) = 87+90+146=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #575A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A92 is #A8A56D. Grayscale: #5F5F5F. Windows color (decimal): -11052398 or 9591383. OLE color: 9591383.

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

Color convert

RGB8790146-
CMYK0.400.3800.43
HSL236.95º25.32%45.69%-
HSV(B)236.95º40.41%57.25%-
XYZ12.7711.4128.72-
YUV95.49156.51121.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=26.93%
G=27.86%
B=45.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87901460.400.3800.43236.9525.3245.69
Hex575A92282602Bed192e
Octal12713222250460533553156
Binary101011110110101001001010100010011001010111110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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