Shades of Indigo #5B057C
Tints of Indigo #5B057C
RGB
CMYK
RGB Variations
Color information
#5B057C (or 0x5B057C) is known color: Indigo. HEX triplet: 5B, 05 and 7C. RGB value is (91,5,124). Sum of RGB (Red+Green+Blue) = 91+5+124=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B057C is #A4FA83. Grayscale: #2B2B2B. Windows color (decimal): -10812036 or 8127835. OLE color: 8127835.
HSL color Cylindrical-coordinate representation of color #5B057C: hue angle of 283.36º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B057C is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 5 | 124 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.51 |
| HSL | 283.36º | 0.92% | 0.25% | - |
| HSV(B) | 283.36º | 0.96% | 0.49% | - |
| XYZ | 8.01 | 3.79 | 19.38 | - |
| YUV | 44.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 124 | 0.27 | 0.96 | 0 | 0.51 | 283.36 | 0.92 | 0.25 |
| Hex | 5B | 5 | 7C | 1B | 60 | 0 | 33 | 11B | 5C | 19 |
| Octal | 133 | 5 | 174 | 33 | 140 | 0 | 63 | 433 | 134 | 31 |
| Binary | 1011011 | 101 | 1111100 | 11011 | 1100000 | 0 | 110011 | 100011011 | 1011100 | 11001 |
Color Harmonies of #5B057C
Complementary color
Monochromatic Colors of #5B057C
Black with #5B057C
Text Example
Text Example
White with #5B057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B057C; }
p { color: rgb(91,5,124); }
H1.HeaderClassName
{
color: #5B057C;
}
.AnyTagClassName
{
color: #5B057C;
}
</style>
background-color css
<style>
a { background-color: #5B057C; }
a { background-color: rgb(91,5,124); }
div.DivClassName
{
background-color: #5B057C;
}
.BgClassName
{
background-color: #5B057C;
}
</style>
border-color css
<style>
span { border-color: #5B057C; }
span { border-color: rgb(91,5,124); }
td.TdClassName
{
border-color: #5B057C;
}
.TagClassName
{
border-color: #5B057C;
}
</style>