#575F92

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

Shades of Governor Bay #575F92

Tints of Governor Bay #575F92

Color information

#575F92 (or 0x575F92) is unknown color: approx Governor Bay. HEX triplet: 57, 5F and 92. RGB value is (87,95,146). Sum of RGB (Red+Green+Blue) = 87+95+146=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #575F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F92 is #A8A06D. Grayscale: #626262. Windows color (decimal): -11051118 or 9592663. OLE color: 9592663.

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

Color convert

RGB8795146-
CMYK0.400.3500.43
HSL231.86º25.32%45.69%-
HSV(B)231.86º40.41%57.25%-
XYZ13.2112.2928.87-
YUV98.42154.85119.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=26.52%
G=28.96%
B=44.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87951460.400.3500.43231.8625.3245.69
Hex575F92282302Be8192e
Octal12713722250430533503156
Binary101011110111111001001010100010001101010111110100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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