Html Css Color HEX #560576 Indigo

📋 copy color: '#560576'

red 86 ◦ green 5 ◦ blue 118

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

Shades of Indigo #560576

Tints of Indigo #560576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 41.15%
G = 2.39%
B = 56.46%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560576 (or 0x560576) is known color: Indigo. HEX triplet: 56, 05 and 76. RGB value is (86,5,118). Sum of RGB (Red+Green+Blue) = 86+5+118=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #560576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560576 is #A9FA89. Grayscale: #292929. Windows color (decimal): -11139722 or 7734614. OLE color: 7734614.

HSL color Cylindrical-coordinate representation of color #560576: hue angle of 283.01º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560576 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 5 118 -
CMYK 0.27 0.96 0 0.54
HSL 283.01º 0.92% 0.24% -
HSV(B) 283.01º 0.96% 0.46% -
XYZ 7.16 3.39 17.42 -
YUV 42.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 86 5 118 0.27 0.96 0 0.54 283.01 0.92 0.24
Hex 56 5 76 1B 60 0 36 11B 5C 18
Octal 126 5 166 33 140 0 66 433 134 30
Binary 1010110 101 1110110 11011 1100000 0 110110 100011011 1011100 11000

Color Harmonies of #560576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560576

Black with #560576

Text Example


Text Example

White with #560576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560576; }

 p { color: rgb(86,5,118); }

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

background-color css

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

 a { background-color: rgb(86,5,118); }

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

border-color css

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

 span { border-color: rgb(86,5,118); }

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