Shades of Indigo #5C057B
Tints of Indigo #5C057B
RGB
CMYK
RGB Variations
Color information
#5C057B (or 0x5C057B) is known color: Indigo. HEX triplet: 5C, 05 and 7B. RGB value is (92,5,123). Sum of RGB (Red+Green+Blue) = 92+5+123=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C057B is #A3FA84. Grayscale: #2C2C2C. Windows color (decimal): -10746501 or 8062300. OLE color: 8062300.
HSL color Cylindrical-coordinate representation of color #5C057B: hue angle of 284.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C057B is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 5 | 123 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.52 |
| HSL | 284.24º | 0.92% | 0.25% | - |
| HSV(B) | 284.24º | 0.96% | 0.48% | - |
| XYZ | 8.04 | 3.81 | 19.05 | - |
| YUV | 44.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 123 | 0.25 | 0.96 | 0 | 0.52 | 284.24 | 0.92 | 0.25 |
| Hex | 5C | 5 | 7B | 19 | 60 | 0 | 34 | 11C | 5C | 19 |
| Octal | 134 | 5 | 173 | 31 | 140 | 0 | 64 | 434 | 134 | 31 |
| Binary | 1011100 | 101 | 1111011 | 11001 | 1100000 | 0 | 110100 | 100011100 | 1011100 | 11001 |
Color Harmonies of #5C057B
Complementary color
Monochromatic Colors of #5C057B
Black with #5C057B
Text Example
Text Example
White with #5C057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C057B; }
p { color: rgb(92,5,123); }
H1.HeaderClassName
{
color: #5C057B;
}
.AnyTagClassName
{
color: #5C057B;
}
</style>
background-color css
<style>
a { background-color: #5C057B; }
a { background-color: rgb(92,5,123); }
div.DivClassName
{
background-color: #5C057B;
}
.BgClassName
{
background-color: #5C057B;
}
</style>
border-color css
<style>
span { border-color: #5C057B; }
span { border-color: rgb(92,5,123); }
td.TdClassName
{
border-color: #5C057B;
}
.TagClassName
{
border-color: #5C057B;
}
</style>