Shades of Fedora #5D4761
Tints of Fedora #5D4761
RGB
CMYK
RGB Variations
Color information
#5D4761 (or 0x5D4761) is known color: Fedora. HEX triplet: 5D, 47 and 61. RGB value is (93,71,97). Sum of RGB (Red+Green+Blue) = 93+71+97=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D4761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4761 is #A2B89E. Grayscale: #505050. Windows color (decimal): -10664095 or 6375261. OLE color: 6375261.
HSL color Cylindrical-coordinate representation of color #5D4761: hue angle of 290.77º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4761 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 71 | 97 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.62 |
| HSL | 290.77º | 0.15% | 0.33% | - |
| HSV(B) | 290.77º | 0.27% | 0.38% | - |
| XYZ | 8.93 | 7.7 | 12.32 | - |
| YUV | 80.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 97 | 0.04 | 0.27 | 0 | 0.62 | 290.77 | 0.15 | 0.33 |
| Hex | 5D | 47 | 61 | 4 | 1B | 0 | 3E | 123 | F | 21 |
| Octal | 135 | 107 | 141 | 4 | 33 | 0 | 76 | 443 | 17 | 41 |
| Binary | 1011101 | 1000111 | 1100001 | 100 | 11011 | 0 | 111110 | 100100011 | 1111 | 100001 |
Color Harmonies of #5D4761
Complementary color
Monochromatic Colors of #5D4761
Black with #5D4761
Text Example
Text Example
White with #5D4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4761; }
p { color: rgb(93,71,97); }
H1.HeaderClassName
{
color: #5D4761;
}
.AnyTagClassName
{
color: #5D4761;
}
</style>
background-color css
<style>
a { background-color: #5D4761; }
a { background-color: rgb(93,71,97); }
div.DivClassName
{
background-color: #5D4761;
}
.BgClassName
{
background-color: #5D4761;
}
</style>
border-color css
<style>
span { border-color: #5D4761; }
span { border-color: rgb(93,71,97); }
td.TdClassName
{
border-color: #5D4761;
}
.TagClassName
{
border-color: #5D4761;
}
</style>