Shades of Fedora #5C4963
Tints of Fedora #5C4963
RGB
CMYK
RGB Variations
Color information
#5C4963 (or 0x5C4963) is known color: Fedora. HEX triplet: 5C, 49 and 63. RGB value is (92,73,99). Sum of RGB (Red+Green+Blue) = 92+73+99=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C4963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4963 is #A3B69C. Grayscale: #515151. Windows color (decimal): -10729117 or 6506844. OLE color: 6506844.
HSL color Cylindrical-coordinate representation of color #5C4963: hue angle of 283.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4963 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 73 | 99 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.61 |
| HSL | 283.85º | 0.15% | 0.34% | - |
| HSV(B) | 283.85º | 0.26% | 0.39% | - |
| XYZ | 9.05 | 7.94 | 12.86 | - |
| YUV | 81.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 99 | 0.07 | 0.26 | 0 | 0.61 | 283.85 | 0.15 | 0.34 |
| Hex | 5C | 49 | 63 | 7 | 1A | 0 | 3D | 11C | F | 22 |
| Octal | 134 | 111 | 143 | 7 | 32 | 0 | 75 | 434 | 17 | 42 |
| Binary | 1011100 | 1001001 | 1100011 | 111 | 11010 | 0 | 111101 | 100011100 | 1111 | 100010 |
Color Harmonies of #5C4963
Complementary color
Monochromatic Colors of #5C4963
Black with #5C4963
Text Example
Text Example
White with #5C4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4963; }
p { color: rgb(92,73,99); }
H1.HeaderClassName
{
color: #5C4963;
}
.AnyTagClassName
{
color: #5C4963;
}
</style>
background-color css
<style>
a { background-color: #5C4963; }
a { background-color: rgb(92,73,99); }
div.DivClassName
{
background-color: #5C4963;
}
.BgClassName
{
background-color: #5C4963;
}
</style>
border-color css
<style>
span { border-color: #5C4963; }
span { border-color: rgb(92,73,99); }
td.TdClassName
{
border-color: #5C4963;
}
.TagClassName
{
border-color: #5C4963;
}
</style>