Shades of Fedora #5D4760
Tints of Fedora #5D4760
RGB
CMYK
RGB Variations
Color information
#5D4760 (or 0x5D4760) is known color: Fedora. HEX triplet: 5D, 47 and 60. RGB value is (93,71,96). Sum of RGB (Red+Green+Blue) = 93+71+96=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4760 is #A2B89F. Grayscale: #505050. Windows color (decimal): -10664096 or 6309725. OLE color: 6309725.
HSL color Cylindrical-coordinate representation of color #5D4760: hue angle of 292.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4760 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 71 | 96 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.62 |
| HSL | 292.8º | 0.15% | 0.33% | - |
| HSV(B) | 292.8º | 0.26% | 0.38% | - |
| XYZ | 8.88 | 7.68 | 12.08 | - |
| YUV | 80.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 96 | 0.03 | 0.26 | 0 | 0.62 | 292.8 | 0.15 | 0.33 |
| Hex | 5D | 47 | 60 | 3 | 1A | 0 | 3E | 125 | F | 21 |
| Octal | 135 | 107 | 140 | 3 | 32 | 0 | 76 | 445 | 17 | 41 |
| Binary | 1011101 | 1000111 | 1100000 | 11 | 11010 | 0 | 111110 | 100100101 | 1111 | 100001 |
Color Harmonies of #5D4760
Complementary color
Monochromatic Colors of #5D4760
Black with #5D4760
Text Example
Text Example
White with #5D4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4760; }
p { color: rgb(93,71,96); }
H1.HeaderClassName
{
color: #5D4760;
}
.AnyTagClassName
{
color: #5D4760;
}
</style>
background-color css
<style>
a { background-color: #5D4760; }
a { background-color: rgb(93,71,96); }
div.DivClassName
{
background-color: #5D4760;
}
.BgClassName
{
background-color: #5D4760;
}
</style>
border-color css
<style>
span { border-color: #5D4760; }
span { border-color: rgb(93,71,96); }
td.TdClassName
{
border-color: #5D4760;
}
.TagClassName
{
border-color: #5D4760;
}
</style>