#5B056F

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

Shades of Indigo #5B056F

Tints of Indigo #5B056F

Color information

#5B056F (or 0x5B056F) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 6F. RGB value is (91,5,111). Sum of RGB (Red+Green+Blue) = 91+5+111=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B056F is #A4FA90. Grayscale: #2A2A2A. Windows color (decimal): -10812049 or 7275867. OLE color: 7275867.

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

Color convert

RGB915111-
CMYK0.180.9500.56
HSL288.68º91.38%22.75%-
HSV(B)288.68º95.5%43.53%-
XYZ7.243.4815.33-
YUV42.8166.49162.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=43.96%
G=2.42%
B=53.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9151110.180.9500.56288.6891.3822.75
Hex5B56F125F0381215b17
Octal13351572213707044113327
Binary101101110111011111001010111110111000100100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B056F;
 }
 .AnyTagClassName
 {
   color: #5B056F;
 }
</style>
background-color css

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

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

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

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

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

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