#575C89

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

Shades of Governor Bay #575C89

Tints of Governor Bay #575C89

Color information

#575C89 (or 0x575C89) is unknown color: approx Governor Bay. HEX triplet: 57, 5C and 89. RGB value is (87,92,137). Sum of RGB (Red+Green+Blue) = 87+92+137=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #575C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C89 is #A8A376. Grayscale: #5F5F5F. Windows color (decimal): -11051895 or 9002071. OLE color: 9002071.

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

Color convert

RGB8792137-
CMYK0.360.3300.46
HSL234º22.32%43.92%-
HSV(B)234º36.5%53.73%-
XYZ12.2711.4925.24-
YUV95.64151.34121.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=27.53%
G=29.11%
B=43.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87921370.360.3300.4623422.3243.92
Hex575C89242102Eea162c
Octal12713421144410563522654
Binary101011110111001000100110010010000101011101110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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