Html Css Color HEX #5606AC Indigo

📋 copy color: '#5606AC'

red 86 ◦ green 6 ◦ blue 172

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

Shades of Indigo #5606AC

Tints of Indigo #5606AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 32.58%
G = 2.27%
B = 65.15%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5606AC (or 0x5606AC) is known color: Indigo. HEX triplet: 56, 06 and AC. RGB value is (86,6,172). Sum of RGB (Red+Green+Blue) = 86+6+172=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #5606AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5606AC is #A9F953. Grayscale: #303030. Windows color (decimal): -11139412 or 11273814. OLE color: 11273814.

HSL color Cylindrical-coordinate representation of color #5606AC: hue angle of 268.92º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606AC is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 6 172 -
CMYK 0.5 0.97 0 0.33
HSL 268.92º 0.93% 0.35% -
HSV(B) 268.92º 0.97% 0.67% -
XYZ 11.35 5.09 39.41 -
YUV 48.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 86 6 172 0.5 0.97 0 0.33 268.92 0.93 0.35
Hex 56 6 AC 32 61 0 21 10D 5D 23
Octal 126 6 254 62 141 0 41 415 135 43
Binary 1010110 110 10101100 110010 1100001 0 100001 100001101 1011101 100011

Color Harmonies of #5606AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5606AC

Black with #5606AC

Text Example


Text Example

White with #5606AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5606AC; }

 p { color: rgb(86,6,172); }

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

background-color css

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

 a { background-color: rgb(86,6,172); }

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

border-color css

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

 span { border-color: rgb(86,6,172); }

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