Shades of Fedora #5C4560
Tints of Fedora #5C4560
RGB
CMYK
RGB Variations
Color information
#5C4560 (or 0x5C4560) is known color: Fedora. HEX triplet: 5C, 45 and 60. RGB value is (92,69,96). Sum of RGB (Red+Green+Blue) = 92+69+96=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4560 is #A3BA9F. Grayscale: #4E4E4E. Windows color (decimal): -10730144 or 6309212. OLE color: 6309212.
HSL color Cylindrical-coordinate representation of color #5C4560: hue angle of 291.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C4560 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 69 | 96 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.62 |
| HSL | 291.11º | 0.16% | 0.32% | - |
| HSV(B) | 291.11º | 0.28% | 0.38% | - |
| XYZ | 8.65 | 7.38 | 12.03 | - |
| YUV | 78.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 96 | 0.04 | 0.28 | 0 | 0.62 | 291.11 | 0.16 | 0.32 |
| Hex | 5C | 45 | 60 | 4 | 1C | 0 | 3E | 123 | 10 | 20 |
| Octal | 134 | 105 | 140 | 4 | 34 | 0 | 76 | 443 | 20 | 40 |
| Binary | 1011100 | 1000101 | 1100000 | 100 | 11100 | 0 | 111110 | 100100011 | 10000 | 100000 |
Color Harmonies of #5C4560
Complementary color
Monochromatic Colors of #5C4560
Black with #5C4560
Text Example
Text Example
White with #5C4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4560; }
p { color: rgb(92,69,96); }
H1.HeaderClassName
{
color: #5C4560;
}
.AnyTagClassName
{
color: #5C4560;
}
</style>
background-color css
<style>
a { background-color: #5C4560; }
a { background-color: rgb(92,69,96); }
div.DivClassName
{
background-color: #5C4560;
}
.BgClassName
{
background-color: #5C4560;
}
</style>
border-color css
<style>
span { border-color: #5C4560; }
span { border-color: rgb(92,69,96); }
td.TdClassName
{
border-color: #5C4560;
}
.TagClassName
{
border-color: #5C4560;
}
</style>