Shades of Fedora #5C4962
Tints of Fedora #5C4962
RGB
CMYK
RGB Variations
Color information
#5C4962 (or 0x5C4962) is known color: Fedora. HEX triplet: 5C, 49 and 62. RGB value is (92,73,98). Sum of RGB (Red+Green+Blue) = 92+73+98=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4962 is #A3B69D. Grayscale: #515151. Windows color (decimal): -10729118 or 6441308. OLE color: 6441308.
HSL color Cylindrical-coordinate representation of color #5C4962: hue angle of 285.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4962 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 73 | 98 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.62 |
| HSL | 285.6º | 0.15% | 0.34% | - |
| HSV(B) | 285.6º | 0.26% | 0.38% | - |
| XYZ | 9 | 7.92 | 12.61 | - |
| YUV | 81.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 98 | 0.06 | 0.26 | 0 | 0.62 | 285.6 | 0.15 | 0.34 |
| Hex | 5C | 49 | 62 | 6 | 1A | 0 | 3E | 11E | F | 22 |
| Octal | 134 | 111 | 142 | 6 | 32 | 0 | 76 | 436 | 17 | 42 |
| Binary | 1011100 | 1001001 | 1100010 | 110 | 11010 | 0 | 111110 | 100011110 | 1111 | 100010 |
Color Harmonies of #5C4962
Complementary color
Monochromatic Colors of #5C4962
Black with #5C4962
Text Example
Text Example
White with #5C4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4962; }
p { color: rgb(92,73,98); }
H1.HeaderClassName
{
color: #5C4962;
}
.AnyTagClassName
{
color: #5C4962;
}
</style>
background-color css
<style>
a { background-color: #5C4962; }
a { background-color: rgb(92,73,98); }
div.DivClassName
{
background-color: #5C4962;
}
.BgClassName
{
background-color: #5C4962;
}
</style>
border-color css
<style>
span { border-color: #5C4962; }
span { border-color: rgb(92,73,98); }
td.TdClassName
{
border-color: #5C4962;
}
.TagClassName
{
border-color: #5C4962;
}
</style>