Shades of Fedora #5A465F
Tints of Fedora #5A465F
RGB
CMYK
RGB Variations
Color information
#5A465F (or 0x5A465F) is known color: Fedora. HEX triplet: 5A, 46 and 5F. RGB value is (90,70,95). Sum of RGB (Red+Green+Blue) = 90+70+95=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A465F is #A5B9A0. Grayscale: #4E4E4E. Windows color (decimal): -10860961 or 6243930. OLE color: 6243930.
HSL color Cylindrical-coordinate representation of color #5A465F: hue angle of 288º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A465F is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 70 | 95 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.63 |
| HSL | 288º | 0.15% | 0.32% | - |
| HSV(B) | 288º | 0.26% | 0.37% | - |
| XYZ | 8.47 | 7.38 | 11.8 | - |
| YUV | 78.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 95 | 0.05 | 0.26 | 0 | 0.63 | 288 | 0.15 | 0.32 |
| Hex | 5A | 46 | 5F | 5 | 1A | 0 | 3F | 120 | F | 20 |
| Octal | 132 | 106 | 137 | 5 | 32 | 0 | 77 | 440 | 17 | 40 |
| Binary | 1011010 | 1000110 | 1011111 | 101 | 11010 | 0 | 111111 | 100100000 | 1111 | 100000 |
Color Harmonies of #5A465F
Complementary color
Monochromatic Colors of #5A465F
Black with #5A465F
Text Example
Text Example
White with #5A465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A465F; }
p { color: rgb(90,70,95); }
H1.HeaderClassName
{
color: #5A465F;
}
.AnyTagClassName
{
color: #5A465F;
}
</style>
background-color css
<style>
a { background-color: #5A465F; }
a { background-color: rgb(90,70,95); }
div.DivClassName
{
background-color: #5A465F;
}
.BgClassName
{
background-color: #5A465F;
}
</style>
border-color css
<style>
span { border-color: #5A465F; }
span { border-color: rgb(90,70,95); }
td.TdClassName
{
border-color: #5A465F;
}
.TagClassName
{
border-color: #5A465F;
}
</style>