#575D88

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

Shades of Governor Bay #575D88

Tints of Governor Bay #575D88

Color information

#575D88 (or 0x575D88) is unknown color: approx Governor Bay. HEX triplet: 57, 5D and 88. RGB value is (87,93,136). Sum of RGB (Red+Green+Blue) = 87+93+136=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #575D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D88 is #A8A277. Grayscale: #5F5F5F. Windows color (decimal): -11051640 or 8936791. OLE color: 8936791.

HSL color Cylindrical-coordinate representation of color #575D88: hue angle of 232.65º 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 #575D88 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8793136-
CMYK0.360.3200.47
HSL232.65º21.97%43.73%-
HSV(B)232.65º36.03%53.33%-
XYZ12.2911.6324.89-
YUV96.11150.51121.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=27.53%
G=29.43%
B=43.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87931360.360.3200.47232.6521.9743.73
Hex575D88242002Fe9162c
Octal12713521044400573512654
Binary101011110111011000100010010010000001011111110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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