#575C99

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

Shades of Governor Bay #575C99

Tints of Governor Bay #575C99

Color information

#575C99 (or 0x575C99) is unknown color: approx Governor Bay. HEX triplet: 57, 5C and 99. RGB value is (87,92,153). Sum of RGB (Red+Green+Blue) = 87+92+153=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #575C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C99 is #A8A366. Grayscale: #616161. Windows color (decimal): -11051879 or 10050647. OLE color: 10050647.

HSL color Cylindrical-coordinate representation of color #575C99: hue angle of 235.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575C99 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8792153-
CMYK0.430.4000.4
HSL235.45º27.5%47.06%-
HSV(B)235.45º43.14%60%-
XYZ13.5111.9831.74-
YUV97.46159.34120.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=26.20%
G=27.71%
B=46.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87921530.430.4000.4235.4527.547.06
Hex575C992B28028eb1b2f
Octal12713423153500503533357
Binary101011110111001001100110101110100001010001110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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