Shades of Fedora #5D5760
Tints of Fedora #5D5760
RGB
CMYK
RGB Variations
Color information
#5D5760 (or 0x5D5760) is known color: Fedora. HEX triplet: 5D, 57 and 60. RGB value is (93,87,96). Sum of RGB (Red+Green+Blue) = 93+87+96=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5760 is #A2A89F. Grayscale: #595959. Windows color (decimal): -10660000 or 6313821. OLE color: 6313821.
HSL color Cylindrical-coordinate representation of color #5D5760: hue angle of 280º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D5760 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 87 | 96 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.62 |
| HSL | 280º | 0.05% | 0.36% | - |
| HSV(B) | 280º | 0.09% | 0.38% | - |
| XYZ | 10.03 | 9.99 | 12.47 | - |
| YUV | 89.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 96 | 0.03 | 0.09 | 0 | 0.62 | 280 | 0.05 | 0.36 |
| Hex | 5D | 57 | 60 | 3 | 9 | 0 | 3E | 118 | 5 | 24 |
| Octal | 135 | 127 | 140 | 3 | 11 | 0 | 76 | 430 | 5 | 44 |
| Binary | 1011101 | 1010111 | 1100000 | 11 | 1001 | 0 | 111110 | 100011000 | 101 | 100100 |
Color Harmonies of #5D5760
Complementary color
Monochromatic Colors of #5D5760
Black with #5D5760
Text Example
Text Example
White with #5D5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5760; }
p { color: rgb(93,87,96); }
H1.HeaderClassName
{
color: #5D5760;
}
.AnyTagClassName
{
color: #5D5760;
}
</style>
background-color css
<style>
a { background-color: #5D5760; }
a { background-color: rgb(93,87,96); }
div.DivClassName
{
background-color: #5D5760;
}
.BgClassName
{
background-color: #5D5760;
}
</style>
border-color css
<style>
span { border-color: #5D5760; }
span { border-color: rgb(93,87,96); }
td.TdClassName
{
border-color: #5D5760;
}
.TagClassName
{
border-color: #5D5760;
}
</style>