#575F9B

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

Shades of Governor Bay #575F9B

Tints of Governor Bay #575F9B

Color information

#575F9B (or 0x575F9B) is unknown color: approx Governor Bay. HEX triplet: 57, 5F and 9B. RGB value is (87,95,155). Sum of RGB (Red+Green+Blue) = 87+95+155=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #575F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F9B is #A8A064. Grayscale: #636363. Windows color (decimal): -11051109 or 10182487. OLE color: 10182487.

HSL color Cylindrical-coordinate representation of color #575F9B: hue angle of 232.94º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575F9B is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8795155-
CMYK0.440.3900.39
HSL232.94º28.1%47.45%-
HSV(B)232.94º43.87%60.78%-
XYZ13.9412.5832.7-
YUV99.45159.35119.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=25.82%
G=28.19%
B=45.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87951550.440.3900.39232.9428.147.45
Hex575F9B2C27027e91c2f
Octal12713723354470473513457
Binary101011110111111001101110110010011101001111110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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