#5B056E

Color #5B056E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5B056E

Tints of Indigo #5B056E

Color information

#5B056E (or 0x5B056E) is unknown color: approx 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

RGB915110-
CMYK0.170.9500.57
HSL289.14º91.3%22.55%-
HSV(B)289.14º95.45%43.14%-
XYZ7.183.4615.04-
YUV42.68165.99162.46-

RGB Variations

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

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.40%
R=44.17%
G=2.43%
B=53.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9151100.170.9500.57289.1491.322.55
Hex5B56E115F0391215b17
Octal13351562113707144113327
Binary101101110111011101000110111110111001100100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>