Shades of Fedora #5D515E
Tints of Fedora #5D515E
RGB
CMYK
RGB Variations
Color information
#5D515E (or 0x5D515E) is known color: Fedora. HEX triplet: 5D, 51 and 5E. RGB value is (93,81,94). Sum of RGB (Red+Green+Blue) = 93+81+94=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D515E is #A2AEA1. Grayscale: #565656. Windows color (decimal): -10661538 or 6181213. OLE color: 6181213.
HSL color Cylindrical-coordinate representation of color #5D515E: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D515E is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 81 | 94 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.63 |
| HSL | 295.38º | 0.07% | 0.34% | - |
| HSV(B) | 295.38º | 0.14% | 0.37% | - |
| XYZ | 9.48 | 9.02 | 11.83 | - |
| YUV | 86.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 94 | 0.01 | 0.14 | 0 | 0.63 | 295.38 | 0.07 | 0.34 |
| Hex | 5D | 51 | 5E | 1 | E | 0 | 3F | 127 | 7 | 22 |
| Octal | 135 | 121 | 136 | 1 | 16 | 0 | 77 | 447 | 7 | 42 |
| Binary | 1011101 | 1010001 | 1011110 | 1 | 1110 | 0 | 111111 | 100100111 | 111 | 100010 |
Color Harmonies of #5D515E
Complementary color
Monochromatic Colors of #5D515E
Black with #5D515E
Text Example
Text Example
White with #5D515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D515E; }
p { color: rgb(93,81,94); }
H1.HeaderClassName
{
color: #5D515E;
}
.AnyTagClassName
{
color: #5D515E;
}
</style>
background-color css
<style>
a { background-color: #5D515E; }
a { background-color: rgb(93,81,94); }
div.DivClassName
{
background-color: #5D515E;
}
.BgClassName
{
background-color: #5D515E;
}
</style>
border-color css
<style>
span { border-color: #5D515E; }
span { border-color: rgb(93,81,94); }
td.TdClassName
{
border-color: #5D515E;
}
.TagClassName
{
border-color: #5D515E;
}
</style>