Html Css Color HEX #5504AB Indigo

📋 copy color: '#5504AB'

red 85 ◦ green 4 ◦ blue 171

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

Shades of Indigo #5504AB

Tints of Indigo #5504AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 171 (67.19% from 255) = 65.77%

R = 32.69%
G = 1.54%
B = 65.77%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5504AB (or 0x5504AB) is known color: Indigo. HEX triplet: 55, 04 and AB. RGB value is (85,4,171). Sum of RGB (Red+Green+Blue) = 85+4+171=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5504AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5504AB is #AAFB54. Grayscale: #2E2E2E. Windows color (decimal): -11205461 or 11207765. OLE color: 11207765.

HSL color Cylindrical-coordinate representation of color #5504AB: hue angle of 269.1º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504AB is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 4 171 -
CMYK 0.50 0.98 0 0.33
HSL 269.1º 0.95% 0.34% -
HSV(B) 269.1º 0.98% 0.67% -
XYZ 11.14 4.96 38.9 -
YUV 47.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 85 4 171 0.50 0.98 0 0.33 269.1 0.95 0.34
Hex 55 4 AB 32 62 0 21 10D 5F 22
Octal 125 4 253 62 142 0 41 415 137 42
Binary 1010101 100 10101011 110010 1100010 0 100001 100001101 1011111 100010

Color Harmonies of #5504AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5504AB

Black with #5504AB

Text Example


Text Example

White with #5504AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5504AB; }

 p { color: rgb(85,4,171); }

 H1.HeaderClassName
 {
   color: #5504AB;
 }
 .AnyTagClassName
 {
   color: #5504AB;
 }
</style>

background-color css

<style>
 a { background-color: #5504AB; }

 a { background-color: rgb(85,4,171); }

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

border-color css

<style>
 span { border-color: #5504AB; }

 span { border-color: rgb(85,4,171); }

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