Html Css Color HEX #5808AA Indigo

📋 copy color: '#5808AA'

red 88 ◦ green 8 ◦ blue 170

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

Shades of Indigo #5808AA

Tints of Indigo #5808AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 33.08%
G = 3.01%
B = 63.91%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5808AA (or 0x5808AA) is known color: Indigo. HEX triplet: 58, 08 and AA. RGB value is (88,8,170). Sum of RGB (Red+Green+Blue) = 88+8+170=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #5808AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5808AA is #A7F755. Grayscale: #313131. Windows color (decimal): -11007830 or 11143256. OLE color: 11143256.

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

Color convert

RGB 88 8 170 -
CMYK 0.48 0.95 0 0.33
HSL 269.63º 0.91% 0.35% -
HSV(B) 269.63º 0.95% 0.67% -
XYZ 11.37 5.15 38.43 -
YUV 50.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 88 8 170 0.48 0.95 0 0.33 269.63 0.91 0.35
Hex 58 8 AA 30 5F 0 21 10E 5B 23
Octal 130 10 252 60 137 0 41 416 133 43
Binary 1011000 1000 10101010 110000 1011111 0 100001 100001110 1011011 100011

Color Harmonies of #5808AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5808AA

Black with #5808AA

Text Example


Text Example

White with #5808AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,8,170); }

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

background-color css

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

 a { background-color: rgb(88,8,170); }

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

border-color css

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

 span { border-color: rgb(88,8,170); }

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