#56169C

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

Shades of Indigo #56169C

Tints of Indigo #56169C

Color information

#56169C (or 0x56169C) is unknown color: approx Indigo. HEX triplet: 56, 16 and 9C. RGB value is (86,22,156). Sum of RGB (Red+Green+Blue) = 86+22+156=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #56169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56169C is #A9E963. Grayscale: #373737. Windows color (decimal): -11135332 or 10229334. OLE color: 10229334.

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

Color convert

RGB8622156-
CMYK0.450.8600.39
HSL268.66º75.28%34.9%-
HSV(B)268.66º85.9%61.18%-
XYZ10.134.9531.87-
YUV56.41184.2149.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=32.58%
G=8.33%
B=59.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86221560.450.8600.39268.6675.2834.9
Hex56169C2D5602710d4b23
Octal126262345512604741511343
Binary10101101011010011100101101101011001001111000011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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