#56006C

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

Shades of Indigo #56006C

Tints of Indigo #56006C

Color information

#56006C (or 0x56006C) is unknown color: approx Indigo. HEX triplet: 56, 00 and 6C. RGB value is (86,0,108). Sum of RGB (Red+Green+Blue) = 86+0+108=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #56006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56006C is #A9FF93. Grayscale: #252525. Windows color (decimal): -11141012 or 7077974. OLE color: 7077974.

HSL color Cylindrical-coordinate representation of color #56006C: hue angle of 287.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56006C is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB860108-
CMYK0.20100.58
HSL287.78º100%21.18%-
HSV(B)287.78º100%42.35%-
XYZ6.543.0614.43-
YUV38.03167.49162.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=44.33%
G=0%
B=55.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8601080.20100.58287.7810021.18
Hex5606C146403A1206415
Octal12601542414407244014425
Binary1010110011011001010011001000111010100100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,0,108); }

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

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

 a { background-color: rgb(86,0,108); }

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

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

 span { border-color: rgb(86,0,108); }

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