#560166

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

Shades of Indigo #560166

Tints of Indigo #560166

Color information

#560166 (or 0x560166) is unknown color: approx Indigo. HEX triplet: 56, 01 and 66. RGB value is (86,1,102). Sum of RGB (Red+Green+Blue) = 86+1+102=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #560166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560166 is #A9FE99. Grayscale: #252525. Windows color (decimal): -11140762 or 6685014. OLE color: 6685014.

HSL color Cylindrical-coordinate representation of color #560166: hue angle of 290.5º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560166 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB861102-
CMYK0.160.9900.6
HSL290.5º98.06%20.2%-
HSV(B)290.5º99.02%40%-
XYZ6.252.9612.81-
YUV37.93164.16162.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=45.50%
G=0.53%
B=53.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8611020.160.9900.6290.598.0620.2
Hex56166106303C1226214
Octal12611462014307444214224
Binary1010110111001101000011000110111100100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560166; }

 p { color: rgb(86,1,102); }

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

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

 a { background-color: rgb(86,1,102); }

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

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

 span { border-color: rgb(86,1,102); }

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