Html Css Color HEX #5A0573 Indigo

📋 copy color: '#5A0573'

red 90 ◦ green 5 ◦ blue 115

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

Shades of Indigo #5A0573

Tints of Indigo #5A0573

RGB

 RED value IS 90 (35.55% from 255) = 42.86%

 GREEN value IS 5 (2.34% from 255) = 2.38%

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 42.86%
G = 2.38%
B = 54.76%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A0573 (or 0x5A0573) is known color: Indigo. HEX triplet: 5A, 05 and 73. RGB value is (90,5,115). Sum of RGB (Red+Green+Blue) = 90+5+115=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0573 is #A5FA8C. Grayscale: #2A2A2A. Windows color (decimal): -10877581 or 7538010. OLE color: 7538010.

HSL color Cylindrical-coordinate representation of color #5A0573: hue angle of 286.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0573 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 5 115 -
CMYK 0.22 0.96 0 0.55
HSL 286.36º 0.92% 0.24% -
HSV(B) 286.36º 0.96% 0.45% -
XYZ 7.37 3.52 16.51 -
YUV 42.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 90 5 115 0.22 0.96 0 0.55 286.36 0.92 0.24
Hex 5A 5 73 16 60 0 37 11E 5C 18
Octal 132 5 163 26 140 0 67 436 134 30
Binary 1011010 101 1110011 10110 1100000 0 110111 100011110 1011100 11000

Color Harmonies of #5A0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0573

Black with #5A0573

Text Example


Text Example

White with #5A0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0573; }

 p { color: rgb(90,5,115); }

 H1.HeaderClassName
 {
   color: #5A0573;
 }
 .AnyTagClassName
 {
   color: #5A0573;
 }
</style>

background-color css

<style>
 a { background-color: #5A0573; }

 a { background-color: rgb(90,5,115); }

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

border-color css

<style>
 span { border-color: #5A0573; }

 span { border-color: rgb(90,5,115); }

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