Shades of Fedora #5A495F
Tints of Fedora #5A495F
RGB
CMYK
RGB Variations
Color information
#5A495F (or 0x5A495F) is known color: Fedora. HEX triplet: 5A, 49 and 5F. RGB value is (90,73,95). Sum of RGB (Red+Green+Blue) = 90+73+95=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A495F is #A5B6A0. Grayscale: #505050. Windows color (decimal): -10860193 or 6244698. OLE color: 6244698.
HSL color Cylindrical-coordinate representation of color #5A495F: hue angle of 286.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A495F is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 73 | 95 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.63 |
| HSL | 286.36º | 0.13% | 0.33% | - |
| HSV(B) | 286.36º | 0.23% | 0.37% | - |
| XYZ | 8.66 | 7.76 | 11.87 | - |
| YUV | 80.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 95 | 0.05 | 0.23 | 0 | 0.63 | 286.36 | 0.13 | 0.33 |
| Hex | 5A | 49 | 5F | 5 | 17 | 0 | 3F | 11E | D | 21 |
| Octal | 132 | 111 | 137 | 5 | 27 | 0 | 77 | 436 | 15 | 41 |
| Binary | 1011010 | 1001001 | 1011111 | 101 | 10111 | 0 | 111111 | 100011110 | 1101 | 100001 |
Color Harmonies of #5A495F
Complementary color
Monochromatic Colors of #5A495F
Black with #5A495F
Text Example
Text Example
White with #5A495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A495F; }
p { color: rgb(90,73,95); }
H1.HeaderClassName
{
color: #5A495F;
}
.AnyTagClassName
{
color: #5A495F;
}
</style>
background-color css
<style>
a { background-color: #5A495F; }
a { background-color: rgb(90,73,95); }
div.DivClassName
{
background-color: #5A495F;
}
.BgClassName
{
background-color: #5A495F;
}
</style>
border-color css
<style>
span { border-color: #5A495F; }
span { border-color: rgb(90,73,95); }
td.TdClassName
{
border-color: #5A495F;
}
.TagClassName
{
border-color: #5A495F;
}
</style>