Shades of Fedora #5D5560
Tints of Fedora #5D5560
RGB
CMYK
RGB Variations
Color information
#5D5560 (or 0x5D5560) is known color: Fedora. HEX triplet: 5D, 55 and 60. RGB value is (93,85,96). Sum of RGB (Red+Green+Blue) = 93+85+96=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5560 is #A2AA9F. Grayscale: #585858. Windows color (decimal): -10660512 or 6313309. OLE color: 6313309.
HSL color Cylindrical-coordinate representation of color #5D5560: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D5560 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 85 | 96 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.62 |
| HSL | 283.64º | 0.06% | 0.35% | - |
| HSV(B) | 283.64º | 0.11% | 0.38% | - |
| XYZ | 9.87 | 9.67 | 12.41 | - |
| YUV | 88.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 96 | 0.03 | 0.11 | 0 | 0.62 | 283.64 | 0.06 | 0.35 |
| Hex | 5D | 55 | 60 | 3 | B | 0 | 3E | 11C | 6 | 23 |
| Octal | 135 | 125 | 140 | 3 | 13 | 0 | 76 | 434 | 6 | 43 |
| Binary | 1011101 | 1010101 | 1100000 | 11 | 1011 | 0 | 111110 | 100011100 | 110 | 100011 |
Color Harmonies of #5D5560
Complementary color
Monochromatic Colors of #5D5560
Black with #5D5560
Text Example
Text Example
White with #5D5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5560; }
p { color: rgb(93,85,96); }
H1.HeaderClassName
{
color: #5D5560;
}
.AnyTagClassName
{
color: #5D5560;
}
</style>
background-color css
<style>
a { background-color: #5D5560; }
a { background-color: rgb(93,85,96); }
div.DivClassName
{
background-color: #5D5560;
}
.BgClassName
{
background-color: #5D5560;
}
</style>
border-color css
<style>
span { border-color: #5D5560; }
span { border-color: rgb(93,85,96); }
td.TdClassName
{
border-color: #5D5560;
}
.TagClassName
{
border-color: #5D5560;
}
</style>