Shades of Fedora #5A4A5B
Tints of Fedora #5A4A5B
RGB
CMYK
RGB Variations
Color information
#5A4A5B (or 0x5A4A5B) is known color: Fedora. HEX triplet: 5A, 4A and 5B. RGB value is (90,74,91). Sum of RGB (Red+Green+Blue) = 90+74+91=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A4A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A5B is #A5B5A4. Grayscale: #505050. Windows color (decimal): -10859941 or 5982810. OLE color: 5982810.
HSL color Cylindrical-coordinate representation of color #5A4A5B: hue angle of 296.47º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A4A5B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 74 | 91 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.64 |
| HSL | 296.47º | 0.1% | 0.32% | - |
| HSV(B) | 296.47º | 0.19% | 0.36% | - |
| XYZ | 8.55 | 7.83 | 10.96 | - |
| YUV | 80.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 91 | 0.01 | 0.19 | 0 | 0.64 | 296.47 | 0.1 | 0.32 |
| Hex | 5A | 4A | 5B | 1 | 13 | 0 | 40 | 128 | A | 20 |
| Octal | 132 | 112 | 133 | 1 | 23 | 0 | 100 | 450 | 12 | 40 |
| Binary | 1011010 | 1001010 | 1011011 | 1 | 10011 | 0 | 1000000 | 100101000 | 1010 | 100000 |
Color Harmonies of #5A4A5B
Complementary color
Monochromatic Colors of #5A4A5B
Black with #5A4A5B
Text Example
Text Example
White with #5A4A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A5B; }
p { color: rgb(90,74,91); }
H1.HeaderClassName
{
color: #5A4A5B;
}
.AnyTagClassName
{
color: #5A4A5B;
}
</style>
background-color css
<style>
a { background-color: #5A4A5B; }
a { background-color: rgb(90,74,91); }
div.DivClassName
{
background-color: #5A4A5B;
}
.BgClassName
{
background-color: #5A4A5B;
}
</style>
border-color css
<style>
span { border-color: #5A4A5B; }
span { border-color: rgb(90,74,91); }
td.TdClassName
{
border-color: #5A4A5B;
}
.TagClassName
{
border-color: #5A4A5B;
}
</style>