#575C92

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

Shades of Governor Bay #575C92

Tints of Governor Bay #575C92

Color information

#575C92 (or 0x575C92) is unknown color: approx Governor Bay. HEX triplet: 57, 5C and 92. RGB value is (87,92,146). Sum of RGB (Red+Green+Blue) = 87+92+146=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #575C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C92 is #A8A36D. Grayscale: #606060. Windows color (decimal): -11051886 or 9591895. OLE color: 9591895.

HSL color Cylindrical-coordinate representation of color #575C92: hue angle of 234.92º 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 #575C92 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8792146-
CMYK0.400.3700.43
HSL234.92º25.32%45.69%-
HSV(B)234.92º40.41%57.25%-
XYZ12.9511.7628.78-
YUV96.66155.84121.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=26.77%
G=28.31%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87921460.400.3700.43234.9225.3245.69
Hex575C92282502Beb192e
Octal12713422250450533533156
Binary101011110111001001001010100010010101010111110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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