Shades of Fedora #5D475D
Tints of Fedora #5D475D
RGB
CMYK
RGB Variations
Color information
#5D475D (or 0x5D475D) is known color: Fedora. HEX triplet: 5D, 47 and 5D. RGB value is (93,71,93). Sum of RGB (Red+Green+Blue) = 93+71+93=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D475D is #A2B8A2. Grayscale: #505050. Windows color (decimal): -10664099 or 6113117. OLE color: 6113117.
HSL color Cylindrical-coordinate representation of color #5D475D: hue angle of 300º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D475D is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 71 | 93 | - |
| CMYK | 0 | 0.24 | 0 | 0.64 |
| HSL | 300º | 0.13% | 0.32% | - |
| HSV(B) | 300º | 0.24% | 0.36% | - |
| XYZ | 8.74 | 7.62 | 11.37 | - |
| YUV | 80.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 93 | 0 | 0.24 | 0 | 0.64 | 300 | 0.13 | 0.32 |
| Hex | 5D | 47 | 5D | 0 | 18 | 0 | 40 | 12C | D | 20 |
| Octal | 135 | 107 | 135 | 0 | 30 | 0 | 100 | 454 | 15 | 40 |
| Binary | 1011101 | 1000111 | 1011101 | 0 | 11000 | 0 | 1000000 | 100101100 | 1101 | 100000 |
Color Harmonies of #5D475D
Complementary color
Monochromatic Colors of #5D475D
Black with #5D475D
Text Example
Text Example
White with #5D475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D475D; }
p { color: rgb(93,71,93); }
H1.HeaderClassName
{
color: #5D475D;
}
.AnyTagClassName
{
color: #5D475D;
}
</style>
background-color css
<style>
a { background-color: #5D475D; }
a { background-color: rgb(93,71,93); }
div.DivClassName
{
background-color: #5D475D;
}
.BgClassName
{
background-color: #5D475D;
}
</style>
border-color css
<style>
span { border-color: #5D475D; }
span { border-color: rgb(93,71,93); }
td.TdClassName
{
border-color: #5D475D;
}
.TagClassName
{
border-color: #5D475D;
}
</style>