#56086C

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

Shades of Indigo #56086C

Tints of Indigo #56086C

Color information

#56086C (or 0x56086C) is unknown color: approx Indigo. HEX triplet: 56, 08 and 6C. RGB value is (86,8,108). Sum of RGB (Red+Green+Blue) = 86+8+108=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #56086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56086C is #A9F793. Grayscale: #2A2A2A. Windows color (decimal): -11138964 or 7080022. OLE color: 7080022.

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

Color convert

RGB868108-
CMYK0.200.9300.58
HSL286.8º86.21%22.75%-
HSV(B)286.8º92.59%42.35%-
XYZ6.633.2314.46-
YUV42.72164.84158.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=42.57%
G=3.96%
B=53.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8681080.200.9300.58286.886.2122.75
Hex5686C145D03A11f5617
Octal126101542413507243712627
Binary1010110100011011001010010111010111010100011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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