Html Css Color HEX #5906AD Indigo

📋 copy color: '#5906AD'

red 89 ◦ green 6 ◦ blue 173

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

Shades of Indigo #5906AD

Tints of Indigo #5906AD

RGB

 RED value IS 89 (35.16% from 255) = 33.21%

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

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

R = 33.21%
G = 2.24%
B = 64.55%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5906AD (or 0x5906AD) is known color: Indigo. HEX triplet: 59, 06 and AD. RGB value is (89,6,173). Sum of RGB (Red+Green+Blue) = 89+6+173=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #5906AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906AD is #A6F952. Grayscale: #313131. Windows color (decimal): -10942803 or 11339353. OLE color: 11339353.

HSL color Cylindrical-coordinate representation of color #5906AD: hue angle of 269.82º 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 #5906AD is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 6 173 -
CMYK 0.49 0.97 0 0.32
HSL 269.82º 0.93% 0.35% -
HSV(B) 269.82º 0.97% 0.68% -
XYZ 11.73 5.27 39.93 -
YUV 49.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 89 6 173 0.49 0.97 0 0.32 269.82 0.93 0.35
Hex 59 6 AD 31 61 0 20 10E 5D 23
Octal 131 6 255 61 141 0 40 416 135 43
Binary 1011001 110 10101101 110001 1100001 0 100000 100001110 1011101 100011

Color Harmonies of #5906AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906AD

Black with #5906AD

Text Example


Text Example

White with #5906AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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