Html Css Color HEX #5610A5 Indigo

📋 copy color: '#5610A5'

red 86 ◦ green 16 ◦ blue 165

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

Shades of Indigo #5610A5

Tints of Indigo #5610A5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 165 (64.84% from 255) = 61.8%

R = 32.21%
G = 5.99%
B = 61.8%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5610A5 (or 0x5610A5) is known color: Indigo. HEX triplet: 56, 10 and A5. RGB value is (86,16,165). Sum of RGB (Red+Green+Blue) = 86+16+165=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #5610A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5610A5 is #A9EF5A. Grayscale: #353535. Windows color (decimal): -11136859 or 10817622. OLE color: 10817622.

HSL color Cylindrical-coordinate representation of color #5610A5: hue angle of 268.19º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5610A5 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 16 165 -
CMYK 0.48 0.90 0 0.35
HSL 268.19º 0.82% 0.35% -
HSV(B) 268.19º 0.9% 0.65% -
XYZ 10.81 5.07 36.01 -
YUV 53.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 86 16 165 0.48 0.90 0 0.35 268.19 0.82 0.35
Hex 56 10 A5 30 5A 0 23 10C 52 23
Octal 126 20 245 60 132 0 43 414 122 43
Binary 1010110 10000 10100101 110000 1011010 0 100011 100001100 1010010 100011

Color Harmonies of #5610A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5610A5

Black with #5610A5

Text Example


Text Example

White with #5610A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5610A5; }

 p { color: rgb(86,16,165); }

 H1.HeaderClassName
 {
   color: #5610A5;
 }
 .AnyTagClassName
 {
   color: #5610A5;
 }
</style>

background-color css

<style>
 a { background-color: #5610A5; }

 a { background-color: rgb(86,16,165); }

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

border-color css

<style>
 span { border-color: #5610A5; }

 span { border-color: rgb(86,16,165); }

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