#575B9E

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

Shades of Governor Bay #575B9E

Tints of Governor Bay #575B9E

Color information

#575B9E (or 0x575B9E) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 9E. RGB value is (87,91,158). Sum of RGB (Red+Green+Blue) = 87+91+158=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #575B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B9E is #A8A461. Grayscale: #616161. Windows color (decimal): -11052130 or 10378071. OLE color: 10378071.

HSL color Cylindrical-coordinate representation of color #575B9E: hue angle of 236.62º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575B9E is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8791158-
CMYK0.450.4200.38
HSL236.62º28.98%48.04%-
HSV(B)236.62º44.94%61.96%-
XYZ13.8411.9833.93-
YUV97.44162.17120.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=25.89%
G=27.08%
B=47.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87911580.450.4200.38236.6228.9848.04
Hex575B9E2D2A026ed1d30
Octal12713323655520463553560
Binary101011110110111001111010110110101001001101110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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