Shades of Fedora #5C4E5D
Tints of Fedora #5C4E5D
RGB
CMYK
RGB Variations
Color information
#5C4E5D (or 0x5C4E5D) is known color: Fedora. HEX triplet: 5C, 4E and 5D. RGB value is (92,78,93). Sum of RGB (Red+Green+Blue) = 92+78+93=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C4E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E5D is #A3B1A2. Grayscale: #535353. Windows color (decimal): -10727843 or 6114908. OLE color: 6114908.
HSL color Cylindrical-coordinate representation of color #5C4E5D: hue angle of 296º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C4E5D is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 93 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.64 |
| HSL | 296º | 0.09% | 0.34% | - |
| HSV(B) | 296º | 0.16% | 0.36% | - |
| XYZ | 9.11 | 8.51 | 11.52 | - |
| YUV | 83.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 93 | 0.01 | 0.16 | 0 | 0.64 | 296 | 0.09 | 0.34 |
| Hex | 5C | 4E | 5D | 1 | 10 | 0 | 40 | 128 | 9 | 22 |
| Octal | 134 | 116 | 135 | 1 | 20 | 0 | 100 | 450 | 11 | 42 |
| Binary | 1011100 | 1001110 | 1011101 | 1 | 10000 | 0 | 1000000 | 100101000 | 1001 | 100010 |
Color Harmonies of #5C4E5D
Complementary color
Monochromatic Colors of #5C4E5D
Black with #5C4E5D
Text Example
Text Example
White with #5C4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E5D; }
p { color: rgb(92,78,93); }
H1.HeaderClassName
{
color: #5C4E5D;
}
.AnyTagClassName
{
color: #5C4E5D;
}
</style>
background-color css
<style>
a { background-color: #5C4E5D; }
a { background-color: rgb(92,78,93); }
div.DivClassName
{
background-color: #5C4E5D;
}
.BgClassName
{
background-color: #5C4E5D;
}
</style>
border-color css
<style>
span { border-color: #5C4E5D; }
span { border-color: rgb(92,78,93); }
td.TdClassName
{
border-color: #5C4E5D;
}
.TagClassName
{
border-color: #5C4E5D;
}
</style>