Shades of Fedora #5A4F5C
Tints of Fedora #5A4F5C
RGB
CMYK
RGB Variations
Color information
#5A4F5C (or 0x5A4F5C) is known color: Fedora. HEX triplet: 5A, 4F and 5C. RGB value is (90,79,92). Sum of RGB (Red+Green+Blue) = 90+79+92=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F5C is #A5B0A3. Grayscale: #535353. Windows color (decimal): -10858660 or 6049626. OLE color: 6049626.
HSL color Cylindrical-coordinate representation of color #5A4F5C: hue angle of 290.77º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A4F5C is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 79 | 92 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.64 |
| HSL | 290.77º | 0.08% | 0.34% | - |
| HSV(B) | 290.77º | 0.14% | 0.36% | - |
| XYZ | 8.94 | 8.54 | 11.3 | - |
| YUV | 83.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 92 | 0.02 | 0.14 | 0 | 0.64 | 290.77 | 0.08 | 0.34 |
| Hex | 5A | 4F | 5C | 2 | E | 0 | 40 | 123 | 8 | 22 |
| Octal | 132 | 117 | 134 | 2 | 16 | 0 | 100 | 443 | 10 | 42 |
| Binary | 1011010 | 1001111 | 1011100 | 10 | 1110 | 0 | 1000000 | 100100011 | 1000 | 100010 |
Color Harmonies of #5A4F5C
Complementary color
Monochromatic Colors of #5A4F5C
Black with #5A4F5C
Text Example
Text Example
White with #5A4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F5C; }
p { color: rgb(90,79,92); }
H1.HeaderClassName
{
color: #5A4F5C;
}
.AnyTagClassName
{
color: #5A4F5C;
}
</style>
background-color css
<style>
a { background-color: #5A4F5C; }
a { background-color: rgb(90,79,92); }
div.DivClassName
{
background-color: #5A4F5C;
}
.BgClassName
{
background-color: #5A4F5C;
}
</style>
border-color css
<style>
span { border-color: #5A4F5C; }
span { border-color: rgb(90,79,92); }
td.TdClassName
{
border-color: #5A4F5C;
}
.TagClassName
{
border-color: #5A4F5C;
}
</style>