Html Css Color HEX #5606AD Indigo

📋 copy color: '#5606AD'

red 86 ◦ green 6 ◦ blue 173

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

Shades of Indigo #5606AD

Tints of Indigo #5606AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 32.45%
G = 2.26%
B = 65.28%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5606AD (or 0x5606AD) is known color: Indigo. HEX triplet: 56, 06 and AD. RGB value is (86,6,173). Sum of RGB (Red+Green+Blue) = 86+6+173=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #5606AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5606AD is #A9F952. Grayscale: #303030. Windows color (decimal): -11139411 or 11339350. OLE color: 11339350.

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

Color convert

RGB 86 6 173 -
CMYK 0.50 0.97 0 0.32
HSL 268.74º 0.93% 0.35% -
HSV(B) 268.74º 0.97% 0.68% -
XYZ 11.45 5.13 39.92 -
YUV 48.96 198 154.42 -
System Red Green Blue C M Y K H S L
Decimal 86 6 173 0.50 0.97 0 0.32 268.74 0.93 0.35
Hex 56 6 AD 32 61 0 20 10D 5D 23
Octal 126 6 255 62 141 0 40 415 135 43
Binary 1010110 110 10101101 110010 1100001 0 100000 100001101 1011101 100011

Color Harmonies of #5606AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5606AD

Black with #5606AD

Text Example


Text Example

White with #5606AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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