Shades of Fedora #5D4762
Tints of Fedora #5D4762
RGB
CMYK
RGB Variations
Color information
#5D4762 (or 0x5D4762) is known color: Fedora. HEX triplet: 5D, 47 and 62. RGB value is (93,71,98). Sum of RGB (Red+Green+Blue) = 93+71+98=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4762 is #A2B89D. Grayscale: #505050. Windows color (decimal): -10664094 or 6440797. OLE color: 6440797.
HSL color Cylindrical-coordinate representation of color #5D4762: hue angle of 288.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D4762 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 71 | 98 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.62 |
| HSL | 288.89º | 0.16% | 0.33% | - |
| HSV(B) | 288.89º | 0.28% | 0.38% | - |
| XYZ | 8.97 | 7.72 | 12.57 | - |
| YUV | 80.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 98 | 0.05 | 0.28 | 0 | 0.62 | 288.89 | 0.16 | 0.33 |
| Hex | 5D | 47 | 62 | 5 | 1C | 0 | 3E | 121 | 10 | 21 |
| Octal | 135 | 107 | 142 | 5 | 34 | 0 | 76 | 441 | 20 | 41 |
| Binary | 1011101 | 1000111 | 1100010 | 101 | 11100 | 0 | 111110 | 100100001 | 10000 | 100001 |
Color Harmonies of #5D4762
Complementary color
Monochromatic Colors of #5D4762
Black with #5D4762
Text Example
Text Example
White with #5D4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4762; }
p { color: rgb(93,71,98); }
H1.HeaderClassName
{
color: #5D4762;
}
.AnyTagClassName
{
color: #5D4762;
}
</style>
background-color css
<style>
a { background-color: #5D4762; }
a { background-color: rgb(93,71,98); }
div.DivClassName
{
background-color: #5D4762;
}
.BgClassName
{
background-color: #5D4762;
}
</style>
border-color css
<style>
span { border-color: #5D4762; }
span { border-color: rgb(93,71,98); }
td.TdClassName
{
border-color: #5D4762;
}
.TagClassName
{
border-color: #5D4762;
}
</style>