Html Css Color HEX #5508AC Indigo

📋 copy color: '#5508AC'

red 85 ◦ green 8 ◦ blue 172

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

Shades of Indigo #5508AC

Tints of Indigo #5508AC

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

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

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

R = 32.08%
G = 3.02%
B = 64.91%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5508AC (or 0x5508AC) is known color: Indigo. HEX triplet: 55, 08 and AC. RGB value is (85,8,172). Sum of RGB (Red+Green+Blue) = 85+8+172=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #5508AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5508AC is #AAF753. Grayscale: #313131. Windows color (decimal): -11204436 or 11274325. OLE color: 11274325.

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

Color convert

RGB 85 8 172 -
CMYK 0.51 0.95 0 0.33
HSL 268.17º 0.91% 0.35% -
HSV(B) 268.17º 0.95% 0.67% -
XYZ 11.28 5.08 39.42 -
YUV 49.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 85 8 172 0.51 0.95 0 0.33 268.17 0.91 0.35
Hex 55 8 AC 33 5F 0 21 10C 5B 23
Octal 125 10 254 63 137 0 41 414 133 43
Binary 1010101 1000 10101100 110011 1011111 0 100001 100001100 1011011 100011

Color Harmonies of #5508AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508AC

Black with #5508AC

Text Example


Text Example

White with #5508AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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