Html Css Color HEX #5B0573 Indigo

📋 copy color: '#5B0573'

red 91 ◦ green 5 ◦ blue 115

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

Shades of Indigo #5B0573

Tints of Indigo #5B0573

RGB

 RED value IS 91 (35.94% from 255) = 43.13%

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

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

R = 43.13%
G = 2.37%
B = 54.5%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B0573 (or 0x5B0573) is known color: Indigo. HEX triplet: 5B, 05 and 73. RGB value is (91,5,115). Sum of RGB (Red+Green+Blue) = 91+5+115=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0573 is #A4FA8C. Grayscale: #2A2A2A. Windows color (decimal): -10812045 or 7538011. OLE color: 7538011.

HSL color Cylindrical-coordinate representation of color #5B0573: hue angle of 286.91º 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 #5B0573 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 5 115 -
CMYK 0.21 0.96 0 0.55
HSL 286.91º 0.92% 0.24% -
HSV(B) 286.91º 0.96% 0.45% -
XYZ 7.46 3.57 16.52 -
YUV 43.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 91 5 115 0.21 0.96 0 0.55 286.91 0.92 0.24
Hex 5B 5 73 15 60 0 37 11F 5C 18
Octal 133 5 163 25 140 0 67 437 134 30
Binary 1011011 101 1110011 10101 1100000 0 110111 100011111 1011100 11000

Color Harmonies of #5B0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0573

Black with #5B0573

Text Example


Text Example

White with #5B0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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