Shades of Fedora #5A4B60
Tints of Fedora #5A4B60
RGB
CMYK
RGB Variations
Color information
#5A4B60 (or 0x5A4B60) is known color: Fedora. HEX triplet: 5A, 4B and 60. RGB value is (90,75,96). Sum of RGB (Red+Green+Blue) = 90+75+96=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A4B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4B60 is #A5B49F. Grayscale: #515151. Windows color (decimal): -10859680 or 6310746. OLE color: 6310746.
HSL color Cylindrical-coordinate representation of color #5A4B60: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4B60 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 75 | 96 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.62 |
| HSL | 282.86º | 0.12% | 0.34% | - |
| HSV(B) | 282.86º | 0.22% | 0.38% | - |
| XYZ | 8.84 | 8.05 | 12.15 | - |
| YUV | 81.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 96 | 0.06 | 0.22 | 0 | 0.62 | 282.86 | 0.12 | 0.34 |
| Hex | 5A | 4B | 60 | 6 | 16 | 0 | 3E | 11B | C | 22 |
| Octal | 132 | 113 | 140 | 6 | 26 | 0 | 76 | 433 | 14 | 42 |
| Binary | 1011010 | 1001011 | 1100000 | 110 | 10110 | 0 | 111110 | 100011011 | 1100 | 100010 |
Color Harmonies of #5A4B60
Complementary color
Monochromatic Colors of #5A4B60
Black with #5A4B60
Text Example
Text Example
White with #5A4B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B60; }
p { color: rgb(90,75,96); }
H1.HeaderClassName
{
color: #5A4B60;
}
.AnyTagClassName
{
color: #5A4B60;
}
</style>
background-color css
<style>
a { background-color: #5A4B60; }
a { background-color: rgb(90,75,96); }
div.DivClassName
{
background-color: #5A4B60;
}
.BgClassName
{
background-color: #5A4B60;
}
</style>
border-color css
<style>
span { border-color: #5A4B60; }
span { border-color: rgb(90,75,96); }
td.TdClassName
{
border-color: #5A4B60;
}
.TagClassName
{
border-color: #5A4B60;
}
</style>