Shades of Fedora #5D4F60
Tints of Fedora #5D4F60
RGB
CMYK
RGB Variations
Color information
#5D4F60 (or 0x5D4F60) is known color: Fedora. HEX triplet: 5D, 4F and 60. RGB value is (93,79,96). Sum of RGB (Red+Green+Blue) = 93+79+96=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4F60 is #A2B09F. Grayscale: #555555. Windows color (decimal): -10662048 or 6311773. OLE color: 6311773.
HSL color Cylindrical-coordinate representation of color #5D4F60: hue angle of 289.41º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D4F60 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 79 | 96 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.62 |
| HSL | 289.41º | 0.1% | 0.34% | - |
| HSV(B) | 289.41º | 0.18% | 0.38% | - |
| XYZ | 9.42 | 8.76 | 12.26 | - |
| YUV | 85.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 96 | 0.03 | 0.18 | 0 | 0.62 | 289.41 | 0.1 | 0.34 |
| Hex | 5D | 4F | 60 | 3 | 12 | 0 | 3E | 121 | A | 22 |
| Octal | 135 | 117 | 140 | 3 | 22 | 0 | 76 | 441 | 12 | 42 |
| Binary | 1011101 | 1001111 | 1100000 | 11 | 10010 | 0 | 111110 | 100100001 | 1010 | 100010 |
Color Harmonies of #5D4F60
Complementary color
Monochromatic Colors of #5D4F60
Black with #5D4F60
Text Example
Text Example
White with #5D4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4F60; }
p { color: rgb(93,79,96); }
H1.HeaderClassName
{
color: #5D4F60;
}
.AnyTagClassName
{
color: #5D4F60;
}
</style>
background-color css
<style>
a { background-color: #5D4F60; }
a { background-color: rgb(93,79,96); }
div.DivClassName
{
background-color: #5D4F60;
}
.BgClassName
{
background-color: #5D4F60;
}
</style>
border-color css
<style>
span { border-color: #5D4F60; }
span { border-color: rgb(93,79,96); }
td.TdClassName
{
border-color: #5D4F60;
}
.TagClassName
{
border-color: #5D4F60;
}
</style>