Shades of Fedora #5A4F5B
Tints of Fedora #5A4F5B
RGB
CMYK
RGB Variations
Color information
#5A4F5B (or 0x5A4F5B) is known color: Fedora. HEX triplet: 5A, 4F and 5B. RGB value is (90,79,91). Sum of RGB (Red+Green+Blue) = 90+79+91=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F5B is #A5B0A4. Grayscale: #535353. Windows color (decimal): -10858661 or 5984090. OLE color: 5984090.
HSL color Cylindrical-coordinate representation of color #5A4F5B: hue angle of 295º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A4F5B is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 79 | 91 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.64 |
| HSL | 295º | 0.07% | 0.33% | - |
| HSV(B) | 295º | 0.13% | 0.36% | - |
| XYZ | 8.9 | 8.52 | 11.07 | - |
| YUV | 83.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 91 | 0.01 | 0.13 | 0 | 0.64 | 295 | 0.07 | 0.33 |
| Hex | 5A | 4F | 5B | 1 | D | 0 | 40 | 127 | 7 | 21 |
| Octal | 132 | 117 | 133 | 1 | 15 | 0 | 100 | 447 | 7 | 41 |
| Binary | 1011010 | 1001111 | 1011011 | 1 | 1101 | 0 | 1000000 | 100100111 | 111 | 100001 |
Color Harmonies of #5A4F5B
Complementary color
Monochromatic Colors of #5A4F5B
Black with #5A4F5B
Text Example
Text Example
White with #5A4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F5B; }
p { color: rgb(90,79,91); }
H1.HeaderClassName
{
color: #5A4F5B;
}
.AnyTagClassName
{
color: #5A4F5B;
}
</style>
background-color css
<style>
a { background-color: #5A4F5B; }
a { background-color: rgb(90,79,91); }
div.DivClassName
{
background-color: #5A4F5B;
}
.BgClassName
{
background-color: #5A4F5B;
}
</style>
border-color css
<style>
span { border-color: #5A4F5B; }
span { border-color: rgb(90,79,91); }
td.TdClassName
{
border-color: #5A4F5B;
}
.TagClassName
{
border-color: #5A4F5B;
}
</style>