Shades of Fedora #5D505D
Tints of Fedora #5D505D
RGB
CMYK
RGB Variations
Color information
#5D505D (or 0x5D505D) is known color: Fedora. HEX triplet: 5D, 50 and 5D. RGB value is (93,80,93). Sum of RGB (Red+Green+Blue) = 93+80+93=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D505D is #A2AFA2. Grayscale: #555555. Windows color (decimal): -10661795 or 6115421. OLE color: 6115421.
HSL color Cylindrical-coordinate representation of color #5D505D: hue angle of 300º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D505D is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 93 | - |
| CMYK | 0 | 0.14 | 0 | 0.64 |
| HSL | 300º | 0.08% | 0.34% | - |
| HSV(B) | 300º | 0.14% | 0.36% | - |
| XYZ | 9.36 | 8.85 | 11.57 | - |
| YUV | 85.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 93 | 0 | 0.14 | 0 | 0.64 | 300 | 0.08 | 0.34 |
| Hex | 5D | 50 | 5D | 0 | E | 0 | 40 | 12C | 8 | 22 |
| Octal | 135 | 120 | 135 | 0 | 16 | 0 | 100 | 454 | 10 | 42 |
| Binary | 1011101 | 1010000 | 1011101 | 0 | 1110 | 0 | 1000000 | 100101100 | 1000 | 100010 |
Color Harmonies of #5D505D
Complementary color
Monochromatic Colors of #5D505D
Black with #5D505D
Text Example
Text Example
White with #5D505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D505D; }
p { color: rgb(93,80,93); }
H1.HeaderClassName
{
color: #5D505D;
}
.AnyTagClassName
{
color: #5D505D;
}
</style>
background-color css
<style>
a { background-color: #5D505D; }
a { background-color: rgb(93,80,93); }
div.DivClassName
{
background-color: #5D505D;
}
.BgClassName
{
background-color: #5D505D;
}
</style>
border-color css
<style>
span { border-color: #5D505D; }
span { border-color: rgb(93,80,93); }
td.TdClassName
{
border-color: #5D505D;
}
.TagClassName
{
border-color: #5D505D;
}
</style>