#56086E

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

Shades of Indigo #56086E

Tints of Indigo #56086E

Color information

#56086E (or 0x56086E) is unknown color: approx Indigo. HEX triplet: 56, 08 and 6E. RGB value is (86,8,110). Sum of RGB (Red+Green+Blue) = 86+8+110=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #56086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56086E is #A9F791. Grayscale: #2A2A2A. Windows color (decimal): -11138962 or 7211094. OLE color: 7211094.

HSL color Cylindrical-coordinate representation of color #56086E: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56086E is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB868110-
CMYK0.220.9300.57
HSL285.88º86.44%23.14%-
HSV(B)285.88º92.73%43.14%-
XYZ6.743.2815.03-
YUV42.95165.84158.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=42.16%
G=3.92%
B=53.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8681100.220.9300.57285.8886.4423.14
Hex5686E165D03911e5617
Octal126101562613507143612627
Binary1010110100011011101011010111010111001100011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56086E; }

 p { color: rgb(86,8,110); }

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

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

 a { background-color: rgb(86,8,110); }

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

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

 span { border-color: rgb(86,8,110); }

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