Html Css Color HEX #5B0570 Indigo

📋 copy color: '#5B0570'

red 91 ◦ green 5 ◦ blue 112

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

Shades of Indigo #5B0570

Tints of Indigo #5B0570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 43.75%
G = 2.4%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B0570 (or 0x5B0570) is known color: Indigo. HEX triplet: 5B, 05 and 70. RGB value is (91,5,112). Sum of RGB (Red+Green+Blue) = 91+5+112=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0570 is #A4FA8F. Grayscale: #2A2A2A. Windows color (decimal): -10812048 or 7341403. OLE color: 7341403.

HSL color Cylindrical-coordinate representation of color #5B0570: hue angle of 288.22º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0570 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 5 112 -
CMYK 0.19 0.96 0 0.56
HSL 288.22º 0.91% 0.23% -
HSV(B) 288.22º 0.96% 0.44% -
XYZ 7.29 3.5 15.62 -
YUV 42.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 91 5 112 0.19 0.96 0 0.56 288.22 0.91 0.23
Hex 5B 5 70 13 60 0 38 120 5B 17
Octal 133 5 160 23 140 0 70 440 133 27
Binary 1011011 101 1110000 10011 1100000 0 111000 100100000 1011011 10111

Color Harmonies of #5B0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0570

Black with #5B0570

Text Example


Text Example

White with #5B0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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