Shades of Fedora #5E5660
Tints of Fedora #5E5660
RGB
CMYK
RGB Variations
Color information
#5E5660 (or 0x5E5660) is known color: Fedora. HEX triplet: 5E, 56 and 60. RGB value is (94,86,96). Sum of RGB (Red+Green+Blue) = 94+86+96=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5660 is #A1A99F. Grayscale: #595959. Windows color (decimal): -10594720 or 6313566. OLE color: 6313566.
HSL color Cylindrical-coordinate representation of color #5E5660: hue angle of 288º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E5660 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 86 | 96 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.62 |
| HSL | 288º | 0.05% | 0.36% | - |
| HSV(B) | 288º | 0.1% | 0.38% | - |
| XYZ | 10.06 | 9.88 | 12.44 | - |
| YUV | 89.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 96 | 0.02 | 0.10 | 0 | 0.62 | 288 | 0.05 | 0.36 |
| Hex | 5E | 56 | 60 | 2 | A | 0 | 3E | 120 | 5 | 24 |
| Octal | 136 | 126 | 140 | 2 | 12 | 0 | 76 | 440 | 5 | 44 |
| Binary | 1011110 | 1010110 | 1100000 | 10 | 1010 | 0 | 111110 | 100100000 | 101 | 100100 |
Color Harmonies of #5E5660
Complementary color
Monochromatic Colors of #5E5660
Black with #5E5660
Text Example
Text Example
White with #5E5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5660; }
p { color: rgb(94,86,96); }
H1.HeaderClassName
{
color: #5E5660;
}
.AnyTagClassName
{
color: #5E5660;
}
</style>
background-color css
<style>
a { background-color: #5E5660; }
a { background-color: rgb(94,86,96); }
div.DivClassName
{
background-color: #5E5660;
}
.BgClassName
{
background-color: #5E5660;
}
</style>
border-color css
<style>
span { border-color: #5E5660; }
span { border-color: rgb(94,86,96); }
td.TdClassName
{
border-color: #5E5660;
}
.TagClassName
{
border-color: #5E5660;
}
</style>