#57578C

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

Shades of Governor Bay #57578C

Tints of Governor Bay #57578C

Color information

#57578C (or 0x57578C) is unknown color: approx Governor Bay. HEX triplet: 57, 57 and 8C. RGB value is (87,87,140). Sum of RGB (Red+Green+Blue) = 87+87+140=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #57578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57578C is #A8A873. Grayscale: #5C5C5C. Windows color (decimal): -11053172 or 9197399. OLE color: 9197399.

HSL color Cylindrical-coordinate representation of color #57578C: hue angle of 240º 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 #57578C is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8787140-
CMYK0.380.3800.45
HSL240º23.35%44.51%-
HSV(B)240º37.86%54.9%-
XYZ12.0710.7426.25-
YUV93.04154.5123.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=27.71%
G=27.71%
B=44.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87871400.380.3800.4524023.3544.51
Hex57578C262602Df0172d
Octal12712721446460553602755
Binary101011110101111000110010011010011001011011111000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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