Html Css Color HEX #5609AB Indigo

📋 copy color: '#5609AB'

red 86 ◦ green 9 ◦ blue 171

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

Shades of Indigo #5609AB

Tints of Indigo #5609AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 32.33%
G = 3.38%
B = 64.29%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5609AB (or 0x5609AB) is known color: Indigo. HEX triplet: 56, 09 and AB. RGB value is (86,9,171). Sum of RGB (Red+Green+Blue) = 86+9+171=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #5609AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5609AB is #A9F654. Grayscale: #313131. Windows color (decimal): -11138645 or 11209046. OLE color: 11209046.

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

Color convert

RGB 86 9 171 -
CMYK 0.50 0.95 0 0.33
HSL 268.52º 0.9% 0.35% -
HSV(B) 268.52º 0.95% 0.67% -
XYZ 11.29 5.11 38.92 -
YUV 50.49 196.01 153.33 -
System Red Green Blue C M Y K H S L
Decimal 86 9 171 0.50 0.95 0 0.33 268.52 0.9 0.35
Hex 56 9 AB 32 5F 0 21 10D 5A 23
Octal 126 11 253 62 137 0 41 415 132 43
Binary 1010110 1001 10101011 110010 1011111 0 100001 100001101 1011010 100011

Color Harmonies of #5609AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5609AB

Black with #5609AB

Text Example


Text Example

White with #5609AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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