#57588C

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

Shades of Governor Bay #57588C

Tints of Governor Bay #57588C

Color information

#57588C (or 0x57588C) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 8C. RGB value is (87,88,140). Sum of RGB (Red+Green+Blue) = 87+88+140=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #57588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57588C is #A8A773. Grayscale: #5D5D5D. Windows color (decimal): -11052916 or 9197655. OLE color: 9197655.

HSL color Cylindrical-coordinate representation of color #57588C: hue angle of 238.87º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57588C is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8788140-
CMYK0.380.3700.45
HSL238.87º23.35%44.51%-
HSV(B)238.87º37.86%54.9%-
XYZ12.1510.926.27-
YUV93.63154.17123.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=27.62%
G=27.94%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87881400.380.3700.45238.8723.3544.51
Hex57588C262502Def172d
Octal12713021446450553572755
Binary101011110110001000110010011010010101011011110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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