Html Css Color HEX #5906AA Indigo

📋 copy color: '#5906AA'

red 89 ◦ green 6 ◦ blue 170

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

Shades of Indigo #5906AA

Tints of Indigo #5906AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 33.58%
G = 2.26%
B = 64.15%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5906AA (or 0x5906AA) is known color: Indigo. HEX triplet: 59, 06 and AA. RGB value is (89,6,170). Sum of RGB (Red+Green+Blue) = 89+6+170=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #5906AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906AA is #A6F955. Grayscale: #303030. Windows color (decimal): -10942806 or 11142745. OLE color: 11142745.

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

Color convert

RGB 89 6 170 -
CMYK 0.48 0.96 0 0.33
HSL 270.37º 0.93% 0.35% -
HSV(B) 270.37º 0.96% 0.67% -
XYZ 11.44 5.16 38.42 -
YUV 49.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 89 6 170 0.48 0.96 0 0.33 270.37 0.93 0.35
Hex 59 6 AA 30 60 0 21 10E 5D 23
Octal 131 6 252 60 140 0 41 416 135 43
Binary 1011001 110 10101010 110000 1100000 0 100001 100001110 1011101 100011

Color Harmonies of #5906AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906AA

Black with #5906AA

Text Example


Text Example

White with #5906AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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