Shades of Fedora #59485C
Tints of Fedora #59485C
RGB
CMYK
RGB Variations
Color information
#59485C (or 0x59485C) is known color: Fedora. HEX triplet: 59, 48 and 5C. RGB value is (89,72,92). Sum of RGB (Red+Green+Blue) = 89+72+92=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #59485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59485C is #A6B7A3. Grayscale: #4F4F4F. Windows color (decimal): -10925988 or 6047833. OLE color: 6047833.
HSL color Cylindrical-coordinate representation of color #59485C: hue angle of 291º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59485C is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 72 | 92 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.64 |
| HSL | 291º | 0.12% | 0.32% | - |
| HSV(B) | 291º | 0.22% | 0.36% | - |
| XYZ | 8.37 | 7.53 | 11.14 | - |
| YUV | 79.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 92 | 0.03 | 0.22 | 0 | 0.64 | 291 | 0.12 | 0.32 |
| Hex | 59 | 48 | 5C | 3 | 16 | 0 | 40 | 123 | C | 20 |
| Octal | 131 | 110 | 134 | 3 | 26 | 0 | 100 | 443 | 14 | 40 |
| Binary | 1011001 | 1001000 | 1011100 | 11 | 10110 | 0 | 1000000 | 100100011 | 1100 | 100000 |
Color Harmonies of #59485C
Complementary color
Monochromatic Colors of #59485C
Black with #59485C
Text Example
Text Example
White with #59485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59485C; }
p { color: rgb(89,72,92); }
H1.HeaderClassName
{
color: #59485C;
}
.AnyTagClassName
{
color: #59485C;
}
</style>
background-color css
<style>
a { background-color: #59485C; }
a { background-color: rgb(89,72,92); }
div.DivClassName
{
background-color: #59485C;
}
.BgClassName
{
background-color: #59485C;
}
</style>
border-color css
<style>
span { border-color: #59485C; }
span { border-color: rgb(89,72,92); }
td.TdClassName
{
border-color: #59485C;
}
.TagClassName
{
border-color: #59485C;
}
</style>