#56579F

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

Shades of Governor Bay #56579F

Tints of Governor Bay #56579F

Color information

#56579F (or 0x56579F) is unknown color: approx Governor Bay. HEX triplet: 56, 57 and 9F. RGB value is (86,87,159). Sum of RGB (Red+Green+Blue) = 86+87+159=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #56579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56579F is #A9A860. Grayscale: #5E5E5E. Windows color (decimal): -11118689 or 10442582. OLE color: 10442582.

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

Color convert

RGB8687159-
CMYK0.460.4500.38
HSL239.18º29.8%48.04%-
HSV(B)239.18º45.91%62.35%-
XYZ13.511.334.27-
YUV94.91164.17121.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=25.90%
G=26.20%
B=47.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86871590.460.4500.38239.1829.848.04
Hex56579F2E2D026ef1e30
Octal12612723756550463573660
Binary101011010101111001111110111010110101001101110111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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