#575D89

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

Shades of Governor Bay #575D89

Tints of Governor Bay #575D89

Color information

#575D89 (or 0x575D89) is unknown color: approx Governor Bay. HEX triplet: 57, 5D and 89. RGB value is (87,93,137). Sum of RGB (Red+Green+Blue) = 87+93+137=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #575D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D89 is #A8A276. Grayscale: #606060. Windows color (decimal): -11051639 or 9002327. OLE color: 9002327.

HSL color Cylindrical-coordinate representation of color #575D89: hue angle of 232.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575D89 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8793137-
CMYK0.360.3200.46
HSL232.8º22.32%43.92%-
HSV(B)232.8º36.5%53.73%-
XYZ12.3611.6625.27-
YUV96.22151.01121.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=27.44%
G=29.34%
B=43.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87931370.360.3200.46232.822.3243.92
Hex575D89242002Ee9162c
Octal12713521144400563512654
Binary101011110111011000100110010010000001011101110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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