#575988

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

Shades of Governor Bay #575988

Tints of Governor Bay #575988

Color information

#575988 (or 0x575988) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 88. RGB value is (87,89,136). Sum of RGB (Red+Green+Blue) = 87+89+136=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #575988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575988 is #A8A677. Grayscale: #5D5D5D. Windows color (decimal): -11052664 or 8935767. OLE color: 8935767.

HSL color Cylindrical-coordinate representation of color #575988: hue angle of 237.55º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575988 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8789136-
CMYK0.360.3500.47
HSL237.55º21.97%43.73%-
HSV(B)237.55º36.03%53.33%-
XYZ11.9510.9524.78-
YUV93.76151.84123.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=27.88%
G=28.53%
B=43.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87891360.360.3500.47237.5521.9743.73
Hex575988242302Fee162c
Octal12713121044430573562654
Binary101011110110011000100010010010001101011111110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575988; }

 p { color: rgb(87,89,136); }

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

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

 a { background-color: rgb(87,89,136); }

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

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

 span { border-color: rgb(87,89,136); }

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