#57559F

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

Shades of Governor Bay #57559F

Tints of Governor Bay #57559F

Color information

#57559F (or 0x57559F) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 9F. RGB value is (87,85,159). Sum of RGB (Red+Green+Blue) = 87+85+159=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #57559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57559F is #A8AA60. Grayscale: #5D5D5D. Windows color (decimal): -11053665 or 10442071. OLE color: 10442071.

HSL color Cylindrical-coordinate representation of color #57559F: hue angle of 241.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57559F is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8785159-
CMYK0.450.4700.38
HSL241.62º30.33%47.84%-
HSV(B)241.62º46.54%62.35%-
XYZ13.4411.0334.22-
YUV94.03164.66122.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=26.28%
G=25.68%
B=48.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87851590.450.4700.38241.6230.3347.84
Hex57559F2D2F026f21e30
Octal12712523755570463623660
Binary101011110101011001111110110110111101001101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57559F; }

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

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

<style>
 a { background-color: #57559F; }

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

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

<style>
 span { border-color: #57559F; }

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

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