Shades of Fedora #5D575D
Tints of Fedora #5D575D
RGB
CMYK
RGB Variations
Color information
#5D575D (or 0x5D575D) is known color: Fedora. HEX triplet: 5D, 57 and 5D. RGB value is (93,87,93). Sum of RGB (Red+Green+Blue) = 93+87+93=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D575D is #A2A8A2. Grayscale: #595959. Windows color (decimal): -10660003 or 6117213. OLE color: 6117213.
HSL color Cylindrical-coordinate representation of color #5D575D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D575D is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 93 | - |
| CMYK | 0 | 0.06 | 0 | 0.64 |
| HSL | 300º | 0.03% | 0.35% | - |
| HSV(B) | 300º | 0.06% | 0.36% | - |
| XYZ | 9.9 | 9.93 | 11.75 | - |
| YUV | 89.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 93 | 0 | 0.06 | 0 | 0.64 | 300 | 0.03 | 0.35 |
| Hex | 5D | 57 | 5D | 0 | 6 | 0 | 40 | 12C | 3 | 23 |
| Octal | 135 | 127 | 135 | 0 | 6 | 0 | 100 | 454 | 3 | 43 |
| Binary | 1011101 | 1010111 | 1011101 | 0 | 110 | 0 | 1000000 | 100101100 | 11 | 100011 |
Color Harmonies of #5D575D
Complementary color
Monochromatic Colors of #5D575D
Black with #5D575D
Text Example
Text Example
White with #5D575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D575D; }
p { color: rgb(93,87,93); }
H1.HeaderClassName
{
color: #5D575D;
}
.AnyTagClassName
{
color: #5D575D;
}
</style>
background-color css
<style>
a { background-color: #5D575D; }
a { background-color: rgb(93,87,93); }
div.DivClassName
{
background-color: #5D575D;
}
.BgClassName
{
background-color: #5D575D;
}
</style>
border-color css
<style>
span { border-color: #5D575D; }
span { border-color: rgb(93,87,93); }
td.TdClassName
{
border-color: #5D575D;
}
.TagClassName
{
border-color: #5D575D;
}
</style>