Shades of Indigo #5C0574
Tints of Indigo #5C0574
RGB
CMYK
RGB Variations
Color information
#5C0574 (or 0x5C0574) is known color: Indigo. HEX triplet: 5C, 05 and 74. RGB value is (92,5,116). Sum of RGB (Red+Green+Blue) = 92+5+116=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0574 is #A3FA8B. Grayscale: #2B2B2B. Windows color (decimal): -10746508 or 7603548. OLE color: 7603548.
HSL color Cylindrical-coordinate representation of color #5C0574: hue angle of 287.03º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0574 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 5 | 116 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.55 |
| HSL | 287.03º | 0.92% | 0.24% | - |
| HSV(B) | 287.03º | 0.96% | 0.45% | - |
| XYZ | 7.62 | 3.64 | 16.82 | - |
| YUV | 43.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 116 | 0.21 | 0.96 | 0 | 0.55 | 287.03 | 0.92 | 0.24 |
| Hex | 5C | 5 | 74 | 15 | 60 | 0 | 37 | 11F | 5C | 18 |
| Octal | 134 | 5 | 164 | 25 | 140 | 0 | 67 | 437 | 134 | 30 |
| Binary | 1011100 | 101 | 1110100 | 10101 | 1100000 | 0 | 110111 | 100011111 | 1011100 | 11000 |
Color Harmonies of #5C0574
Complementary color
Monochromatic Colors of #5C0574
Black with #5C0574
Text Example
Text Example
White with #5C0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0574; }
p { color: rgb(92,5,116); }
H1.HeaderClassName
{
color: #5C0574;
}
.AnyTagClassName
{
color: #5C0574;
}
</style>
background-color css
<style>
a { background-color: #5C0574; }
a { background-color: rgb(92,5,116); }
div.DivClassName
{
background-color: #5C0574;
}
.BgClassName
{
background-color: #5C0574;
}
</style>
border-color css
<style>
span { border-color: #5C0574; }
span { border-color: rgb(92,5,116); }
td.TdClassName
{
border-color: #5C0574;
}
.TagClassName
{
border-color: #5C0574;
}
</style>