Shades of Fedora #5A515E
Tints of Fedora #5A515E
RGB
CMYK
RGB Variations
Color information
#5A515E (or 0x5A515E) is known color: Fedora. HEX triplet: 5A, 51 and 5E. RGB value is (90,81,94). Sum of RGB (Red+Green+Blue) = 90+81+94=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515E is #A5AEA1. Grayscale: #555555. Windows color (decimal): -10858146 or 6181210. OLE color: 6181210.
HSL color Cylindrical-coordinate representation of color #5A515E: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A515E is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 81 | 94 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.63 |
| HSL | 281.54º | 0.07% | 0.34% | - |
| HSV(B) | 281.54º | 0.14% | 0.37% | - |
| XYZ | 9.18 | 8.87 | 11.82 | - |
| YUV | 85.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 94 | 0.04 | 0.14 | 0 | 0.63 | 281.54 | 0.07 | 0.34 |
| Hex | 5A | 51 | 5E | 4 | E | 0 | 3F | 11A | 7 | 22 |
| Octal | 132 | 121 | 136 | 4 | 16 | 0 | 77 | 432 | 7 | 42 |
| Binary | 1011010 | 1010001 | 1011110 | 100 | 1110 | 0 | 111111 | 100011010 | 111 | 100010 |
Color Harmonies of #5A515E
Complementary color
Monochromatic Colors of #5A515E
Black with #5A515E
Text Example
Text Example
White with #5A515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A515E; }
p { color: rgb(90,81,94); }
H1.HeaderClassName
{
color: #5A515E;
}
.AnyTagClassName
{
color: #5A515E;
}
</style>
background-color css
<style>
a { background-color: #5A515E; }
a { background-color: rgb(90,81,94); }
div.DivClassName
{
background-color: #5A515E;
}
.BgClassName
{
background-color: #5A515E;
}
</style>
border-color css
<style>
span { border-color: #5A515E; }
span { border-color: rgb(90,81,94); }
td.TdClassName
{
border-color: #5A515E;
}
.TagClassName
{
border-color: #5A515E;
}
</style>