#575B92

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

Shades of Governor Bay #575B92

Tints of Governor Bay #575B92

Color information

#575B92 (or 0x575B92) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 92. RGB value is (87,91,146). Sum of RGB (Red+Green+Blue) = 87+91+146=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #575B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B92 is #A8A46D. Grayscale: #5F5F5F. Windows color (decimal): -11052142 or 9591639. OLE color: 9591639.

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

Color convert

RGB8791146-
CMYK0.400.3800.43
HSL235.93º25.32%45.69%-
HSV(B)235.93º40.41%57.25%-
XYZ12.8611.5828.75-
YUV96.07156.17121.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=26.85%
G=28.09%
B=45.06%

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
Decimal87911460.400.3800.43235.9325.3245.69
Hex575B92282602Bec192e
Octal12713322250460533543156
Binary101011110110111001001010100010011001010111110110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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