Html Css Color HEX #5806AD Indigo

📋 copy color: '#5806AD'

red 88 ◦ green 6 ◦ blue 173

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

Shades of Indigo #5806AD

Tints of Indigo #5806AD

RGB

 RED value IS 88 (34.77% from 255) = 32.96%

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

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

R = 32.96%
G = 2.25%
B = 64.79%

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

#5806AD (or 0x5806AD) is known color: Indigo. HEX triplet: 58, 06 and AD. RGB value is (88,6,173). Sum of RGB (Red+Green+Blue) = 88+6+173=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #5806AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5806AD is #A7F952. Grayscale: #303030. Windows color (decimal): -11008339 or 11339352. OLE color: 11339352.

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

Color convert

RGB 88 6 173 -
CMYK 0.49 0.97 0 0.32
HSL 269.46º 0.93% 0.35% -
HSV(B) 269.46º 0.97% 0.68% -
XYZ 11.63 5.22 39.93 -
YUV 49.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 88 6 173 0.49 0.97 0 0.32 269.46 0.93 0.35
Hex 58 6 AD 31 61 0 20 10D 5D 23
Octal 130 6 255 61 141 0 40 415 135 43
Binary 1011000 110 10101101 110001 1100001 0 100000 100001101 1011101 100011

Color Harmonies of #5806AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5806AD

Black with #5806AD

Text Example


Text Example

White with #5806AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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