Shades of Fedora #5D5160
Tints of Fedora #5D5160
RGB
CMYK
RGB Variations
Color information
#5D5160 (or 0x5D5160) is known color: Fedora. HEX triplet: 5D, 51 and 60. RGB value is (93,81,96). Sum of RGB (Red+Green+Blue) = 93+81+96=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5160 is #A2AE9F. Grayscale: #565656. Windows color (decimal): -10661536 or 6312285. OLE color: 6312285.
HSL color Cylindrical-coordinate representation of color #5D5160: hue angle of 288º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D5160 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 81 | 96 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.62 |
| HSL | 288º | 0.08% | 0.35% | - |
| HSV(B) | 288º | 0.16% | 0.38% | - |
| XYZ | 9.57 | 9.06 | 12.31 | - |
| YUV | 86.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 96 | 0.03 | 0.16 | 0 | 0.62 | 288 | 0.08 | 0.35 |
| Hex | 5D | 51 | 60 | 3 | 10 | 0 | 3E | 120 | 8 | 23 |
| Octal | 135 | 121 | 140 | 3 | 20 | 0 | 76 | 440 | 10 | 43 |
| Binary | 1011101 | 1010001 | 1100000 | 11 | 10000 | 0 | 111110 | 100100000 | 1000 | 100011 |
Color Harmonies of #5D5160
Complementary color
Monochromatic Colors of #5D5160
Black with #5D5160
Text Example
Text Example
White with #5D5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5160; }
p { color: rgb(93,81,96); }
H1.HeaderClassName
{
color: #5D5160;
}
.AnyTagClassName
{
color: #5D5160;
}
</style>
background-color css
<style>
a { background-color: #5D5160; }
a { background-color: rgb(93,81,96); }
div.DivClassName
{
background-color: #5D5160;
}
.BgClassName
{
background-color: #5D5160;
}
</style>
border-color css
<style>
span { border-color: #5D5160; }
span { border-color: rgb(93,81,96); }
td.TdClassName
{
border-color: #5D5160;
}
.TagClassName
{
border-color: #5D5160;
}
</style>