#57588E

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

Shades of Governor Bay #57588E

Tints of Governor Bay #57588E

Color information

#57588E (or 0x57588E) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 8E. RGB value is (87,88,142). Sum of RGB (Red+Green+Blue) = 87+88+142=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #57588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57588E is #A8A771. Grayscale: #5D5D5D. Windows color (decimal): -11052914 or 9328727. OLE color: 9328727.

HSL color Cylindrical-coordinate representation of color #57588E: hue angle of 238.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57588E is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8788142-
CMYK0.390.3800.44
HSL238.91º24.02%44.9%-
HSV(B)238.91º38.73%55.69%-
XYZ12.310.9627.06-
YUV93.86155.17123.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=27.44%
G=27.76%
B=44.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87881420.390.3800.44238.9124.0244.9
Hex57588E272602Cef182d
Octal12713021647460543573055
Binary101011110110001000111010011110011001011001110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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