Shades of Fedora #5C4D63
Tints of Fedora #5C4D63
RGB
CMYK
RGB Variations
Color information
#5C4D63 (or 0x5C4D63) is known color: Fedora. HEX triplet: 5C, 4D and 63. RGB value is (92,77,99). Sum of RGB (Red+Green+Blue) = 92+77+99=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C4D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4D63 is #A3B29C. Grayscale: #535353. Windows color (decimal): -10728093 or 6507868. OLE color: 6507868.
HSL color Cylindrical-coordinate representation of color #5C4D63: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4D63 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 77 | 99 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.61 |
| HSL | 280.91º | 0.13% | 0.35% | - |
| HSV(B) | 280.91º | 0.22% | 0.39% | - |
| XYZ | 9.32 | 8.48 | 12.95 | - |
| YUV | 83.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 99 | 0.07 | 0.22 | 0 | 0.61 | 280.91 | 0.13 | 0.35 |
| Hex | 5C | 4D | 63 | 7 | 16 | 0 | 3D | 119 | C | 23 |
| Octal | 134 | 115 | 143 | 7 | 26 | 0 | 75 | 431 | 14 | 43 |
| Binary | 1011100 | 1001101 | 1100011 | 111 | 10110 | 0 | 111101 | 100011001 | 1100 | 100011 |
Color Harmonies of #5C4D63
Complementary color
Monochromatic Colors of #5C4D63
Black with #5C4D63
Text Example
Text Example
White with #5C4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D63; }
p { color: rgb(92,77,99); }
H1.HeaderClassName
{
color: #5C4D63;
}
.AnyTagClassName
{
color: #5C4D63;
}
</style>
background-color css
<style>
a { background-color: #5C4D63; }
a { background-color: rgb(92,77,99); }
div.DivClassName
{
background-color: #5C4D63;
}
.BgClassName
{
background-color: #5C4D63;
}
</style>
border-color css
<style>
span { border-color: #5C4D63; }
span { border-color: rgb(92,77,99); }
td.TdClassName
{
border-color: #5C4D63;
}
.TagClassName
{
border-color: #5C4D63;
}
</style>