Shades of Fedora #574C59
Tints of Fedora #574C59
RGB
CMYK
RGB Variations
Color information
#574C59 (or 0x574C59) is known color: Fedora. HEX triplet: 57, 4C and 59. RGB value is (87,76,89). Sum of RGB (Red+Green+Blue) = 87+76+89=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #574C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C59 is #A8B3A6. Grayscale: #505050. Windows color (decimal): -11056039 or 5852247. OLE color: 5852247.
HSL color Cylindrical-coordinate representation of color #574C59: hue angle of 290.77º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574C59 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 76 | 89 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.65 |
| HSL | 290.77º | 0.08% | 0.32% | - |
| HSV(B) | 290.77º | 0.15% | 0.35% | - |
| XYZ | 8.32 | 7.92 | 10.54 | - |
| YUV | 80.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 89 | 0.02 | 0.15 | 0 | 0.65 | 290.77 | 0.08 | 0.32 |
| Hex | 57 | 4C | 59 | 2 | F | 0 | 41 | 123 | 8 | 20 |
| Octal | 127 | 114 | 131 | 2 | 17 | 0 | 101 | 443 | 10 | 40 |
| Binary | 1010111 | 1001100 | 1011001 | 10 | 1111 | 0 | 1000001 | 100100011 | 1000 | 100000 |
Color Harmonies of #574C59
Complementary color
Monochromatic Colors of #574C59
Black with #574C59
Text Example
Text Example
White with #574C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C59; }
p { color: rgb(87,76,89); }
H1.HeaderClassName
{
color: #574C59;
}
.AnyTagClassName
{
color: #574C59;
}
</style>
background-color css
<style>
a { background-color: #574C59; }
a { background-color: rgb(87,76,89); }
div.DivClassName
{
background-color: #574C59;
}
.BgClassName
{
background-color: #574C59;
}
</style>
border-color css
<style>
span { border-color: #574C59; }
span { border-color: rgb(87,76,89); }
td.TdClassName
{
border-color: #574C59;
}
.TagClassName
{
border-color: #574C59;
}
</style>