Shades of Fedora #5A475F
Tints of Fedora #5A475F
RGB
CMYK
RGB Variations
Color information
#5A475F (or 0x5A475F) is known color: Fedora. HEX triplet: 5A, 47 and 5F. RGB value is (90,71,95). Sum of RGB (Red+Green+Blue) = 90+71+95=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A475F is #A5B8A0. Grayscale: #4F4F4F. Windows color (decimal): -10860705 or 6244186. OLE color: 6244186.
HSL color Cylindrical-coordinate representation of color #5A475F: hue angle of 287.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A475F is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 71 | 95 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.63 |
| HSL | 287.5º | 0.14% | 0.33% | - |
| HSV(B) | 287.5º | 0.25% | 0.37% | - |
| XYZ | 8.54 | 7.51 | 11.83 | - |
| YUV | 79.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 95 | 0.05 | 0.25 | 0 | 0.63 | 287.5 | 0.14 | 0.33 |
| Hex | 5A | 47 | 5F | 5 | 19 | 0 | 3F | 120 | E | 21 |
| Octal | 132 | 107 | 137 | 5 | 31 | 0 | 77 | 440 | 16 | 41 |
| Binary | 1011010 | 1000111 | 1011111 | 101 | 11001 | 0 | 111111 | 100100000 | 1110 | 100001 |
Color Harmonies of #5A475F
Complementary color
Monochromatic Colors of #5A475F
Black with #5A475F
Text Example
Text Example
White with #5A475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A475F; }
p { color: rgb(90,71,95); }
H1.HeaderClassName
{
color: #5A475F;
}
.AnyTagClassName
{
color: #5A475F;
}
</style>
background-color css
<style>
a { background-color: #5A475F; }
a { background-color: rgb(90,71,95); }
div.DivClassName
{
background-color: #5A475F;
}
.BgClassName
{
background-color: #5A475F;
}
</style>
border-color css
<style>
span { border-color: #5A475F; }
span { border-color: rgb(90,71,95); }
td.TdClassName
{
border-color: #5A475F;
}
.TagClassName
{
border-color: #5A475F;
}
</style>