Html Css Color HEX #5808AC Indigo

📋 copy color: '#5808AC'

red 88 ◦ green 8 ◦ blue 172

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

Shades of Indigo #5808AC

Tints of Indigo #5808AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 32.84%
G = 2.99%
B = 64.18%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5808AC (or 0x5808AC) is known color: Indigo. HEX triplet: 58, 08 and AC. RGB value is (88,8,172). Sum of RGB (Red+Green+Blue) = 88+8+172=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #5808AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5808AC is #A7F753. Grayscale: #323232. Windows color (decimal): -11007828 or 11274328. OLE color: 11274328.

HSL color Cylindrical-coordinate representation of color #5808AC: hue angle of 269.27º 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 #5808AC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 8 172 -
CMYK 0.49 0.95 0 0.33
HSL 269.27º 0.91% 0.35% -
HSV(B) 269.27º 0.95% 0.67% -
XYZ 11.56 5.23 39.43 -
YUV 50.62 196.5 154.66 -
System Red Green Blue C M Y K H S L
Decimal 88 8 172 0.49 0.95 0 0.33 269.27 0.91 0.35
Hex 58 8 AC 31 5F 0 21 10D 5B 23
Octal 130 10 254 61 137 0 41 415 133 43
Binary 1011000 1000 10101100 110001 1011111 0 100001 100001101 1011011 100011

Color Harmonies of #5808AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5808AC

Black with #5808AC

Text Example


Text Example

White with #5808AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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