#560667

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

Shades of Indigo #560667

Tints of Indigo #560667

Color information

#560667 (or 0x560667) is unknown color: approx Indigo. HEX triplet: 56, 06 and 67. RGB value is (86,6,103). Sum of RGB (Red+Green+Blue) = 86+6+103=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #560667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560667 is #A9F998. Grayscale: #282828. Windows color (decimal): -11139481 or 6751830. OLE color: 6751830.

HSL color Cylindrical-coordinate representation of color #560667: hue angle of 289.48º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560667 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB866103-
CMYK0.170.9400.60
HSL289.48º88.99%21.37%-
HSV(B)289.48º94.17%40.39%-
XYZ6.353.0913.09-
YUV40.98163160.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=44.10%
G=3.08%
B=52.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8661030.170.9400.60289.4888.9921.37
Hex56667115E03C1215915
Octal12661472113607444113125
Binary101011011011001111000110111100111100100100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560667; }

 p { color: rgb(86,6,103); }

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

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

 a { background-color: rgb(86,6,103); }

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

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

 span { border-color: rgb(86,6,103); }

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