#57558B

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

Shades of Governor Bay #57558B

Tints of Governor Bay #57558B

Color information

#57558B (or 0x57558B) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 8B. RGB value is (87,85,139). Sum of RGB (Red+Green+Blue) = 87+85+139=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #57558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57558B is #A8AA74. Grayscale: #5B5B5B. Windows color (decimal): -11053685 or 9131351. OLE color: 9131351.

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

Color convert

RGB8785139-
CMYK0.370.3900.45
HSL242.22º24.11%43.92%-
HSV(B)242.22º38.85%54.51%-
XYZ11.8410.3925.81-
YUV91.75154.66124.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=27.97%
G=27.33%
B=44.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87851390.370.3900.45242.2224.1143.92
Hex57558B252702Df2182c
Octal12712521345470553623054
Binary101011110101011000101110010110011101011011111001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57558B; }

 p { color: rgb(87,85,139); }

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

<style>
 a { background-color: #57558B; }

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

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

<style>
 span { border-color: #57558B; }

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

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