#57588A

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

Shades of Governor Bay #57588A

Tints of Governor Bay #57588A

Color information

#57588A (or 0x57588A) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 8A. RGB value is (87,88,138). Sum of RGB (Red+Green+Blue) = 87+88+138=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #57588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57588A is #A8A775. Grayscale: #5D5D5D. Windows color (decimal): -11052918 or 9066583. OLE color: 9066583.

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

Color convert

RGB8788138-
CMYK0.370.3600.46
HSL238.82º22.67%44.12%-
HSV(B)238.82º36.96%54.12%-
XYZ12.0110.8425.5-
YUV93.4153.17123.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=27.80%
G=28.12%
B=44.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87881380.370.3600.46238.8222.6744.12
Hex57588A252402Eef172c
Octal12713021245440563572754
Binary101011110110001000101010010110010001011101110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57588A; }

 p { color: rgb(87,88,138); }

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

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

 a { background-color: rgb(87,88,138); }

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

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

 span { border-color: rgb(87,88,138); }

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