Html Css Color HEX #5603AC Indigo

📋 copy color: '#5603AC'

red 86 ◦ green 3 ◦ blue 172

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

Shades of Indigo #5603AC

Tints of Indigo #5603AC

RGB

 RED value IS 86 (33.98% from 255) = 32.95%

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 32.95%
G = 1.15%
B = 65.9%

CMYK

 C value IS 0.5

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5603AC (or 0x5603AC) is known color: Indigo. HEX triplet: 56, 03 and AC. RGB value is (86,3,172). Sum of RGB (Red+Green+Blue) = 86+3+172=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #5603AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603AC is #A9FC53. Grayscale: #2E2E2E. Windows color (decimal): -11140180 or 11273046. OLE color: 11273046.

HSL color Cylindrical-coordinate representation of color #5603AC: hue angle of 269.47º degrees, saturation: 0.97, 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 #5603AC is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 3 172 -
CMYK 0.5 0.98 0 0.33
HSL 269.47º 0.97% 0.34% -
HSV(B) 269.47º 0.98% 0.67% -
XYZ 11.32 5.02 39.4 -
YUV 47.08 198.5 155.76 -
System Red Green Blue C M Y K H S L
Decimal 86 3 172 0.5 0.98 0 0.33 269.47 0.97 0.34
Hex 56 3 AC 32 62 0 21 10D 61 22
Octal 126 3 254 62 142 0 41 415 141 42
Binary 1010110 11 10101100 110010 1100010 0 100001 100001101 1100001 100010

Color Harmonies of #5603AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603AC

Black with #5603AC

Text Example


Text Example

White with #5603AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,3,172); }

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

background-color css

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

 a { background-color: rgb(86,3,172); }

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

border-color css

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

 span { border-color: rgb(86,3,172); }

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