Shades of Fedora #5E4F5F
Tints of Fedora #5E4F5F
RGB
CMYK
RGB Variations
Color information
#5E4F5F (or 0x5E4F5F) is known color: Fedora. HEX triplet: 5E, 4F and 5F. RGB value is (94,79,95). Sum of RGB (Red+Green+Blue) = 94+79+95=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4F5F is #A1B0A0. Grayscale: #555555. Windows color (decimal): -10596513 or 6246238. OLE color: 6246238.
HSL color Cylindrical-coordinate representation of color #5E4F5F: hue angle of 296.25º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E4F5F is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 79 | 95 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.63 |
| HSL | 296.25º | 0.09% | 0.34% | - |
| HSV(B) | 296.25º | 0.17% | 0.37% | - |
| XYZ | 9.48 | 8.8 | 12.03 | - |
| YUV | 85.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 95 | 0.01 | 0.17 | 0 | 0.63 | 296.25 | 0.09 | 0.34 |
| Hex | 5E | 4F | 5F | 1 | 11 | 0 | 3F | 128 | 9 | 22 |
| Octal | 136 | 117 | 137 | 1 | 21 | 0 | 77 | 450 | 11 | 42 |
| Binary | 1011110 | 1001111 | 1011111 | 1 | 10001 | 0 | 111111 | 100101000 | 1001 | 100010 |
Color Harmonies of #5E4F5F
Complementary color
Monochromatic Colors of #5E4F5F
Black with #5E4F5F
Text Example
Text Example
White with #5E4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F5F; }
p { color: rgb(94,79,95); }
H1.HeaderClassName
{
color: #5E4F5F;
}
.AnyTagClassName
{
color: #5E4F5F;
}
</style>
background-color css
<style>
a { background-color: #5E4F5F; }
a { background-color: rgb(94,79,95); }
div.DivClassName
{
background-color: #5E4F5F;
}
.BgClassName
{
background-color: #5E4F5F;
}
</style>
border-color css
<style>
span { border-color: #5E4F5F; }
span { border-color: rgb(94,79,95); }
td.TdClassName
{
border-color: #5E4F5F;
}
.TagClassName
{
border-color: #5E4F5F;
}
</style>