Shades of Fedora #5E5960
Tints of Fedora #5E5960
RGB
CMYK
RGB Variations
Color information
#5E5960 (or 0x5E5960) is known color: Fedora. HEX triplet: 5E, 59 and 60. RGB value is (94,89,96). Sum of RGB (Red+Green+Blue) = 94+89+96=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5960 is #A1A69F. Grayscale: #5B5B5B. Windows color (decimal): -10593952 or 6314334. OLE color: 6314334.
HSL color Cylindrical-coordinate representation of color #5E5960: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E5960 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 89 | 96 | - |
CMYK | 0.02 | 0.07 | 0 | 0.62 |
HSL | 282.86º | 0.04% | 0.36% | - |
HSV(B) | 282.86º | 0.07% | 0.38% | - |
XYZ | 10.3 | 10.37 | 12.52 | - |
YUV | 91.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 89 | 96 | 0.02 | 0.07 | 0 | 0.62 | 282.86 | 0.04 | 0.36 |
Hex | 5E | 59 | 60 | 2 | 7 | 0 | 3E | 11B | 4 | 24 |
Octal | 136 | 131 | 140 | 2 | 7 | 0 | 76 | 433 | 4 | 44 |
Binary | 1011110 | 1011001 | 1100000 | 10 | 111 | 0 | 111110 | 100011011 | 100 | 100100 |
Color Harmonies of #5E5960
Complementary color
Monochromatic Colors of #5E5960
Black with #5E5960
Text Example
Text Example
White with #5E5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5960; }
p { color: rgb(94,89,96); }
H1.HeaderClassName
{
color: #5E5960;
}
.AnyTagClassName
{
color: #5E5960;
}
</style>
background-color css
<style>
a { background-color: #5E5960; }
a { background-color: rgb(94,89,96); }
div.DivClassName
{
background-color: #5E5960;
}
.BgClassName
{
background-color: #5E5960;
}
</style>
border-color css
<style>
span { border-color: #5E5960; }
span { border-color: rgb(94,89,96); }
td.TdClassName
{
border-color: #5E5960;
}
.TagClassName
{
border-color: #5E5960;
}
</style>