Shades of Fedora #5E5263
Tints of Fedora #5E5263
RGB
CMYK
RGB Variations
Color information
#5E5263 (or 0x5E5263) is known color: Fedora. HEX triplet: 5E, 52 and 63. RGB value is (94,82,99). Sum of RGB (Red+Green+Blue) = 94+82+99=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5263 is #A1AD9C. Grayscale: #575757. Windows color (decimal): -10595741 or 6509150. OLE color: 6509150.
HSL color Cylindrical-coordinate representation of color #5E5263: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E5263 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 82 | 99 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.61 |
| HSL | 282.35º | 0.09% | 0.35% | - |
| HSV(B) | 282.35º | 0.17% | 0.39% | - |
| XYZ | 9.89 | 9.32 | 13.08 | - |
| YUV | 87.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 99 | 0.05 | 0.17 | 0 | 0.61 | 282.35 | 0.09 | 0.35 |
| Hex | 5E | 52 | 63 | 5 | 11 | 0 | 3D | 11A | 9 | 23 |
| Octal | 136 | 122 | 143 | 5 | 21 | 0 | 75 | 432 | 11 | 43 |
| Binary | 1011110 | 1010010 | 1100011 | 101 | 10001 | 0 | 111101 | 100011010 | 1001 | 100011 |
Color Harmonies of #5E5263
Complementary color
Monochromatic Colors of #5E5263
Black with #5E5263
Text Example
Text Example
White with #5E5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5263; }
p { color: rgb(94,82,99); }
H1.HeaderClassName
{
color: #5E5263;
}
.AnyTagClassName
{
color: #5E5263;
}
</style>
background-color css
<style>
a { background-color: #5E5263; }
a { background-color: rgb(94,82,99); }
div.DivClassName
{
background-color: #5E5263;
}
.BgClassName
{
background-color: #5E5263;
}
</style>
border-color css
<style>
span { border-color: #5E5263; }
span { border-color: rgb(94,82,99); }
td.TdClassName
{
border-color: #5E5263;
}
.TagClassName
{
border-color: #5E5263;
}
</style>