#56059C

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

Shades of Indigo #56059C

Tints of Indigo #56059C

Color information

#56059C (or 0x56059C) is unknown color: approx Indigo. HEX triplet: 56, 05 and 9C. RGB value is (86,5,156). Sum of RGB (Red+Green+Blue) = 86+5+156=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #56059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56059C is #A9FA63. Grayscale: #2D2D2D. Windows color (decimal): -11139684 or 10224982. OLE color: 10224982.

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

Color convert

RGB865156-
CMYK0.450.9700.39
HSL272.19º93.79%31.57%-
HSV(B)272.19º96.79%61.18%-
XYZ9.894.4931.8-
YUV46.43189.84156.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=34.82%
G=2.02%
B=63.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8651560.450.9700.39272.1993.7931.57
Hex5659C2D610271105e20
Octal12652345514104742013640
Binary101011010110011100101101110000101001111000100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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