#56519C

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

Shades of Governor Bay #56519C

Tints of Governor Bay #56519C

Color information

#56519C (or 0x56519C) is unknown color: approx Governor Bay. HEX triplet: 56, 51 and 9C. RGB value is (86,81,156). Sum of RGB (Red+Green+Blue) = 86+81+156=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #56519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56519C is #A9AE63. Grayscale: #5A5A5A. Windows color (decimal): -11120228 or 10244438. OLE color: 10244438.

HSL color Cylindrical-coordinate representation of color #56519C: hue angle of 244º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56519C is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8681156-
CMYK0.450.4800.39
HSL244º31.65%46.47%-
HSV(B)244º48.08%61.18%-
XYZ12.7810.2632.76-
YUV91.04164.66124.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=26.63%
G=25.08%
B=48.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86811560.450.4800.3924431.6546.47
Hex56519C2D30027f4202e
Octal12612123455600473644056
Binary1010110101000110011100101101110000010011111110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,81,156); }

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

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

 a { background-color: rgb(86,81,156); }

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

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

 span { border-color: rgb(86,81,156); }

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