Shades of Fedora #5D4962
Tints of Fedora #5D4962
RGB
CMYK
RGB Variations
Color information
#5D4962 (or 0x5D4962) is known color: Fedora. HEX triplet: 5D, 49 and 62. RGB value is (93,73,98). Sum of RGB (Red+Green+Blue) = 93+73+98=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4962 is #A2B69D. Grayscale: #515151. Windows color (decimal): -10663582 or 6441309. OLE color: 6441309.
HSL color Cylindrical-coordinate representation of color #5D4962: hue angle of 288º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4962 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 73 | 98 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.62 |
| HSL | 288º | 0.15% | 0.34% | - |
| HSV(B) | 288º | 0.26% | 0.38% | - |
| XYZ | 9.1 | 7.97 | 12.61 | - |
| YUV | 81.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 98 | 0.05 | 0.26 | 0 | 0.62 | 288 | 0.15 | 0.34 |
| Hex | 5D | 49 | 62 | 5 | 1A | 0 | 3E | 120 | F | 22 |
| Octal | 135 | 111 | 142 | 5 | 32 | 0 | 76 | 440 | 17 | 42 |
| Binary | 1011101 | 1001001 | 1100010 | 101 | 11010 | 0 | 111110 | 100100000 | 1111 | 100010 |
Color Harmonies of #5D4962
Complementary color
Monochromatic Colors of #5D4962
Black with #5D4962
Text Example
Text Example
White with #5D4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4962; }
p { color: rgb(93,73,98); }
H1.HeaderClassName
{
color: #5D4962;
}
.AnyTagClassName
{
color: #5D4962;
}
</style>
background-color css
<style>
a { background-color: #5D4962; }
a { background-color: rgb(93,73,98); }
div.DivClassName
{
background-color: #5D4962;
}
.BgClassName
{
background-color: #5D4962;
}
</style>
border-color css
<style>
span { border-color: #5D4962; }
span { border-color: rgb(93,73,98); }
td.TdClassName
{
border-color: #5D4962;
}
.TagClassName
{
border-color: #5D4962;
}
</style>