Shades of Indigo #5C0185
Tints of Indigo #5C0185
RGB
CMYK
RGB Variations
Color information
#5C0185 (or 0x5C0185) is known color: Indigo. HEX triplet: 5C, 01 and 85. RGB value is (92,1,133). Sum of RGB (Red+Green+Blue) = 92+1+133=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C0185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0185 is #A3FE7A. Grayscale: #2A2A2A. Windows color (decimal): -10747515 or 8716636. OLE color: 8716636.
HSL color Cylindrical-coordinate representation of color #5C0185: hue angle of 281.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0185 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 1 | 133 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.48 |
| HSL | 281.36º | 0.99% | 0.26% | - |
| HSV(B) | 281.36º | 0.99% | 0.52% | - |
| XYZ | 8.66 | 3.99 | 22.5 | - |
| YUV | 43.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 133 | 0.31 | 0.99 | 0 | 0.48 | 281.36 | 0.99 | 0.26 |
| Hex | 5C | 1 | 85 | 1F | 63 | 0 | 30 | 119 | 63 | 1A |
| Octal | 134 | 1 | 205 | 37 | 143 | 0 | 60 | 431 | 143 | 32 |
| Binary | 1011100 | 1 | 10000101 | 11111 | 1100011 | 0 | 110000 | 100011001 | 1100011 | 11010 |
Color Harmonies of #5C0185
Complementary color
Monochromatic Colors of #5C0185
Black with #5C0185
Text Example
Text Example
White with #5C0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0185; }
p { color: rgb(92,1,133); }
H1.HeaderClassName
{
color: #5C0185;
}
.AnyTagClassName
{
color: #5C0185;
}
</style>
background-color css
<style>
a { background-color: #5C0185; }
a { background-color: rgb(92,1,133); }
div.DivClassName
{
background-color: #5C0185;
}
.BgClassName
{
background-color: #5C0185;
}
</style>
border-color css
<style>
span { border-color: #5C0185; }
span { border-color: rgb(92,1,133); }
td.TdClassName
{
border-color: #5C0185;
}
.TagClassName
{
border-color: #5C0185;
}
</style>