#56167B

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

Shades of Indigo #56167B

Tints of Indigo #56167B

Color information

#56167B (or 0x56167B) is unknown color: approx Indigo. HEX triplet: 56, 16 and 7B. RGB value is (86,22,123). Sum of RGB (Red+Green+Blue) = 86+22+123=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #56167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56167B is #A9E984. Grayscale: #343434. Windows color (decimal): -11135365 or 8066646. OLE color: 8066646.

HSL color Cylindrical-coordinate representation of color #56167B: hue angle of 278.02º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56167B is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8622123-
CMYK0.300.8200.52
HSL278.02º69.66%28.43%-
HSV(B)278.02º82.11%48.24%-
XYZ7.73.9819.1-
YUV52.65167.7151.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=37.23%
G=9.52%
B=53.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86221230.300.8200.52278.0269.6628.43
Hex56167B1E52034116461c
Octal126261733612206442610634
Binary10101101011011110111111010100100110100100010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56167B; }

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

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

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

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

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

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

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

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