Html Css Color HEX #5603AB Indigo

📋 copy color: '#5603AB'

red 86 ◦ green 3 ◦ blue 171

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

Shades of Indigo #5603AB

Tints of Indigo #5603AB

RGB

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

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

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

R = 33.08%
G = 1.15%
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

#5603AB (or 0x5603AB) is known color: Indigo. HEX triplet: 56, 03 and AB. RGB value is (86,3,171). Sum of RGB (Red+Green+Blue) = 86+3+171=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 3 (1.56% from 255 or 1.15% 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 #5603AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603AB is #A9FC54. Grayscale: #2E2E2E. Windows color (decimal): -11140181 or 11207510. OLE color: 11207510.

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

Color convert

RGB 86 3 171 -
CMYK 0.50 0.98 0 0.33
HSL 269.64º 0.97% 0.34% -
HSV(B) 269.64º 0.98% 0.67% -
XYZ 11.22 4.98 38.9 -
YUV 46.97 198 155.84 -
System Red Green Blue C M Y K H S L
Decimal 86 3 171 0.50 0.98 0 0.33 269.64 0.97 0.34
Hex 56 3 AB 32 62 0 21 10E 61 22
Octal 126 3 253 62 142 0 41 416 141 42
Binary 1010110 11 10101011 110010 1100010 0 100001 100001110 1100001 100010

Color Harmonies of #5603AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603AB

Black with #5603AB

Text Example


Text Example

White with #5603AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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