Shades of Fedora #5A485B
Tints of Fedora #5A485B
RGB
CMYK
RGB Variations
Color information
#5A485B (or 0x5A485B) is known color: Fedora. HEX triplet: 5A, 48 and 5B. RGB value is (90,72,91). Sum of RGB (Red+Green+Blue) = 90+72+91=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A485B is #A5B7A4. Grayscale: #4F4F4F. Windows color (decimal): -10860453 or 5982298. OLE color: 5982298.
HSL color Cylindrical-coordinate representation of color #5A485B: hue angle of 296.84º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A485B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 72 | 91 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.64 |
| HSL | 296.84º | 0.12% | 0.32% | - |
| HSV(B) | 296.84º | 0.21% | 0.36% | - |
| XYZ | 8.42 | 7.56 | 10.91 | - |
| YUV | 79.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 91 | 0.01 | 0.21 | 0 | 0.64 | 296.84 | 0.12 | 0.32 |
| Hex | 5A | 48 | 5B | 1 | 15 | 0 | 40 | 129 | C | 20 |
| Octal | 132 | 110 | 133 | 1 | 25 | 0 | 100 | 451 | 14 | 40 |
| Binary | 1011010 | 1001000 | 1011011 | 1 | 10101 | 0 | 1000000 | 100101001 | 1100 | 100000 |
Color Harmonies of #5A485B
Complementary color
Monochromatic Colors of #5A485B
Black with #5A485B
Text Example
Text Example
White with #5A485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A485B; }
p { color: rgb(90,72,91); }
H1.HeaderClassName
{
color: #5A485B;
}
.AnyTagClassName
{
color: #5A485B;
}
</style>
background-color css
<style>
a { background-color: #5A485B; }
a { background-color: rgb(90,72,91); }
div.DivClassName
{
background-color: #5A485B;
}
.BgClassName
{
background-color: #5A485B;
}
</style>
border-color css
<style>
span { border-color: #5A485B; }
span { border-color: rgb(90,72,91); }
td.TdClassName
{
border-color: #5A485B;
}
.TagClassName
{
border-color: #5A485B;
}
</style>