#575E89

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

Shades of Governor Bay #575E89

Tints of Governor Bay #575E89

Color information

#575E89 (or 0x575E89) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and 89. RGB value is (87,94,137). Sum of RGB (Red+Green+Blue) = 87+94+137=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #575E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E89 is #A8A176. Grayscale: #606060. Windows color (decimal): -11051383 or 9002583. OLE color: 9002583.

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

Color convert

RGB8794137-
CMYK0.360.3100.46
HSL231.6º22.32%43.92%-
HSV(B)231.6º36.5%53.73%-
XYZ12.4511.8425.3-
YUV96.81150.68121-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=27.36%
G=29.56%
B=43.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87941370.360.3100.46231.622.3243.92
Hex575E89241F02Ee8162c
Octal12713621144370563502654
Binary10101111011110100010011001001111101011101110100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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