Shades of Fedora #5C495D
Tints of Fedora #5C495D
RGB
CMYK
RGB Variations
Color information
#5C495D (or 0x5C495D) is known color: Fedora. HEX triplet: 5C, 49 and 5D. RGB value is (92,73,93). Sum of RGB (Red+Green+Blue) = 92+73+93=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C495D is #A3B6A2. Grayscale: #505050. Windows color (decimal): -10729123 or 6113628. OLE color: 6113628.
HSL color Cylindrical-coordinate representation of color #5C495D: hue angle of 297º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C495D is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 93 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.64 |
| HSL | 297º | 0.12% | 0.33% | - |
| HSV(B) | 297º | 0.22% | 0.36% | - |
| XYZ | 8.77 | 7.83 | 11.41 | - |
| YUV | 80.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 93 | 0.01 | 0.22 | 0 | 0.64 | 297 | 0.12 | 0.33 |
| Hex | 5C | 49 | 5D | 1 | 16 | 0 | 40 | 129 | C | 21 |
| Octal | 134 | 111 | 135 | 1 | 26 | 0 | 100 | 451 | 14 | 41 |
| Binary | 1011100 | 1001001 | 1011101 | 1 | 10110 | 0 | 1000000 | 100101001 | 1100 | 100001 |
Color Harmonies of #5C495D
Complementary color
Monochromatic Colors of #5C495D
Black with #5C495D
Text Example
Text Example
White with #5C495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C495D; }
p { color: rgb(92,73,93); }
H1.HeaderClassName
{
color: #5C495D;
}
.AnyTagClassName
{
color: #5C495D;
}
</style>
background-color css
<style>
a { background-color: #5C495D; }
a { background-color: rgb(92,73,93); }
div.DivClassName
{
background-color: #5C495D;
}
.BgClassName
{
background-color: #5C495D;
}
</style>
border-color css
<style>
span { border-color: #5C495D; }
span { border-color: rgb(92,73,93); }
td.TdClassName
{
border-color: #5C495D;
}
.TagClassName
{
border-color: #5C495D;
}
</style>