Shades of Fedora #594A5B
Tints of Fedora #594A5B
RGB
CMYK
RGB Variations
Color information
#594A5B (or 0x594A5B) is known color: Fedora. HEX triplet: 59, 4A and 5B. RGB value is (89,74,91). Sum of RGB (Red+Green+Blue) = 89+74+91=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: blue. Hex color #594A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5B is #A6B5A4. Grayscale: #505050. Windows color (decimal): -10925477 or 5982809. OLE color: 5982809.
HSL color Cylindrical-coordinate representation of color #594A5B: hue angle of 292.94º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #594A5B is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 74 | 91 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.64 |
| HSL | 292.94º | 0.1% | 0.32% | - |
| HSV(B) | 292.94º | 0.19% | 0.36% | - |
| XYZ | 8.46 | 7.78 | 10.95 | - |
| YUV | 80.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 91 | 0.02 | 0.19 | 0 | 0.64 | 292.94 | 0.1 | 0.32 |
| Hex | 59 | 4A | 5B | 2 | 13 | 0 | 40 | 125 | A | 20 |
| Octal | 131 | 112 | 133 | 2 | 23 | 0 | 100 | 445 | 12 | 40 |
| Binary | 1011001 | 1001010 | 1011011 | 10 | 10011 | 0 | 1000000 | 100100101 | 1010 | 100000 |
Color Harmonies of #594A5B
Complementary color
Monochromatic Colors of #594A5B
Black with #594A5B
Text Example
Text Example
White with #594A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A5B; }
p { color: rgb(89,74,91); }
H1.HeaderClassName
{
color: #594A5B;
}
.AnyTagClassName
{
color: #594A5B;
}
</style>
background-color css
<style>
a { background-color: #594A5B; }
a { background-color: rgb(89,74,91); }
div.DivClassName
{
background-color: #594A5B;
}
.BgClassName
{
background-color: #594A5B;
}
</style>
border-color css
<style>
span { border-color: #594A5B; }
span { border-color: rgb(89,74,91); }
td.TdClassName
{
border-color: #594A5B;
}
.TagClassName
{
border-color: #594A5B;
}
</style>