Shades of Fedora #594A5F
Tints of Fedora #594A5F
RGB
CMYK
RGB Variations
Color information
#594A5F (or 0x594A5F) is known color: Fedora. HEX triplet: 59, 4A and 5F. RGB value is (89,74,95). Sum of RGB (Red+Green+Blue) = 89+74+95=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #594A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5F is #A6B5A0. Grayscale: #505050. Windows color (decimal): -10925473 or 6244953. OLE color: 6244953.
HSL color Cylindrical-coordinate representation of color #594A5F: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594A5F is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 74 | 95 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.63 |
| HSL | 282.86º | 0.12% | 0.33% | - |
| HSV(B) | 282.86º | 0.22% | 0.37% | - |
| XYZ | 8.63 | 7.85 | 11.89 | - |
| YUV | 80.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 95 | 0.06 | 0.22 | 0 | 0.63 | 282.86 | 0.12 | 0.33 |
| Hex | 59 | 4A | 5F | 6 | 16 | 0 | 3F | 11B | C | 21 |
| Octal | 131 | 112 | 137 | 6 | 26 | 0 | 77 | 433 | 14 | 41 |
| Binary | 1011001 | 1001010 | 1011111 | 110 | 10110 | 0 | 111111 | 100011011 | 1100 | 100001 |
Color Harmonies of #594A5F
Complementary color
Monochromatic Colors of #594A5F
Black with #594A5F
Text Example
Text Example
White with #594A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A5F; }
p { color: rgb(89,74,95); }
H1.HeaderClassName
{
color: #594A5F;
}
.AnyTagClassName
{
color: #594A5F;
}
</style>
background-color css
<style>
a { background-color: #594A5F; }
a { background-color: rgb(89,74,95); }
div.DivClassName
{
background-color: #594A5F;
}
.BgClassName
{
background-color: #594A5F;
}
</style>
border-color css
<style>
span { border-color: #594A5F; }
span { border-color: rgb(89,74,95); }
td.TdClassName
{
border-color: #594A5F;
}
.TagClassName
{
border-color: #594A5F;
}
</style>