Shades of Fedora #5A4660
Tints of Fedora #5A4660
RGB
CMYK
RGB Variations
Color information
#5A4660 (or 0x5A4660) is known color: Fedora. HEX triplet: 5A, 46 and 60. RGB value is (90,70,96). Sum of RGB (Red+Green+Blue) = 90+70+96=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4660 is #A5B99F. Grayscale: #4E4E4E. Windows color (decimal): -10860960 or 6309466. OLE color: 6309466.
HSL color Cylindrical-coordinate representation of color #5A4660: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4660 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 70 | 96 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.62 |
| HSL | 286.15º | 0.16% | 0.33% | - |
| HSV(B) | 286.15º | 0.27% | 0.38% | - |
| XYZ | 8.52 | 7.4 | 12.05 | - |
| YUV | 78.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 96 | 0.06 | 0.27 | 0 | 0.62 | 286.15 | 0.16 | 0.33 |
| Hex | 5A | 46 | 60 | 6 | 1B | 0 | 3E | 11E | 10 | 21 |
| Octal | 132 | 106 | 140 | 6 | 33 | 0 | 76 | 436 | 20 | 41 |
| Binary | 1011010 | 1000110 | 1100000 | 110 | 11011 | 0 | 111110 | 100011110 | 10000 | 100001 |
Color Harmonies of #5A4660
Complementary color
Monochromatic Colors of #5A4660
Black with #5A4660
Text Example
Text Example
White with #5A4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4660; }
p { color: rgb(90,70,96); }
H1.HeaderClassName
{
color: #5A4660;
}
.AnyTagClassName
{
color: #5A4660;
}
</style>
background-color css
<style>
a { background-color: #5A4660; }
a { background-color: rgb(90,70,96); }
div.DivClassName
{
background-color: #5A4660;
}
.BgClassName
{
background-color: #5A4660;
}
</style>
border-color css
<style>
span { border-color: #5A4660; }
span { border-color: rgb(90,70,96); }
td.TdClassName
{
border-color: #5A4660;
}
.TagClassName
{
border-color: #5A4660;
}
</style>