Html Css Color HEX #5B056E Indigo

📋 copy color: '#5B056E'

red 91 ◦ green 5 ◦ blue 110

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

Shades of Indigo #5B056E

Tints of Indigo #5B056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 44.17%
G = 2.43%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B056E (or 0x5B056E) is known color: Indigo. HEX triplet: 5B, 05 and 6E. RGB value is (91,5,110). Sum of RGB (Red+Green+Blue) = 91+5+110=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B056E is #A4FA91. Grayscale: #2A2A2A. Windows color (decimal): -10812050 or 7210331. OLE color: 7210331.

HSL color Cylindrical-coordinate representation of color #5B056E: hue angle of 289.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B056E is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 5 110 -
CMYK 0.17 0.95 0 0.57
HSL 289.14º 0.91% 0.23% -
HSV(B) 289.14º 0.95% 0.43% -
XYZ 7.18 3.46 15.04 -
YUV 42.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 91 5 110 0.17 0.95 0 0.57 289.14 0.91 0.23
Hex 5B 5 6E 11 5F 0 39 121 5B 17
Octal 133 5 156 21 137 0 71 441 133 27
Binary 1011011 101 1101110 10001 1011111 0 111001 100100001 1011011 10111

Color Harmonies of #5B056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B056E

Black with #5B056E

Text Example


Text Example

White with #5B056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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