Html Css Color HEX #56166E Indigo

📋 copy color: '#56166E'

red 86 ◦ green 22 ◦ blue 110

#56166E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #56166E

Tints of Indigo #56166E

RGB

 RED value IS 86 (33.98% from 255) = 39.45%

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 39.45%
G = 10.09%
B = 50.46%

CMYK

 C value IS 0.22

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56166E (or 0x56166E) is known color: Indigo. HEX triplet: 56, 16 and 6E. RGB value is (86,22,110). Sum of RGB (Red+Green+Blue) = 86+22+110=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #56166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56166E is #A9E991. Grayscale: #323232. Windows color (decimal): -11135378 or 7214678. OLE color: 7214678.

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

Color convert

RGB 86 22 110 -
CMYK 0.22 0.8 0 0.57
HSL 283.64º 0.67% 0.26% -
HSV(B) 283.64º 0.8% 0.43% -
XYZ 6.94 3.68 15.1 -
YUV 51.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 86 22 110 0.22 0.8 0 0.57 283.64 0.67 0.26
Hex 56 16 6E 16 50 0 39 11C 43 1A
Octal 126 26 156 26 120 0 71 434 103 32
Binary 1010110 10110 1101110 10110 1010000 0 111001 100011100 1000011 11010

Color Harmonies of #56166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56166E

Black with #56166E

Text Example


Text Example

White with #56166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56166E;
 }
 .AnyTagClassName
 {
   color: #56166E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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