Shades of Fedora #574D59
Tints of Fedora #574D59
RGB
CMYK
RGB Variations
Color information
#574D59 (or 0x574D59) is known color: Fedora. HEX triplet: 57, 4D and 59. RGB value is (87,77,89). Sum of RGB (Red+Green+Blue) = 87+77+89=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #574D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D59 is #A8B2A6. Grayscale: #515151. Windows color (decimal): -11055783 or 5852503. OLE color: 5852503.
HSL color Cylindrical-coordinate representation of color #574D59: hue angle of 290º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #574D59 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 77 | 89 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.65 |
| HSL | 290º | 0.07% | 0.33% | - |
| HSV(B) | 290º | 0.13% | 0.35% | - |
| XYZ | 8.39 | 8.06 | 10.56 | - |
| YUV | 81.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 89 | 0.02 | 0.13 | 0 | 0.65 | 290 | 0.07 | 0.33 |
| Hex | 57 | 4D | 59 | 2 | D | 0 | 41 | 122 | 7 | 21 |
| Octal | 127 | 115 | 131 | 2 | 15 | 0 | 101 | 442 | 7 | 41 |
| Binary | 1010111 | 1001101 | 1011001 | 10 | 1101 | 0 | 1000001 | 100100010 | 111 | 100001 |
Color Harmonies of #574D59
Complementary color
Monochromatic Colors of #574D59
Black with #574D59
Text Example
Text Example
White with #574D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D59; }
p { color: rgb(87,77,89); }
H1.HeaderClassName
{
color: #574D59;
}
.AnyTagClassName
{
color: #574D59;
}
</style>
background-color css
<style>
a { background-color: #574D59; }
a { background-color: rgb(87,77,89); }
div.DivClassName
{
background-color: #574D59;
}
.BgClassName
{
background-color: #574D59;
}
</style>
border-color css
<style>
span { border-color: #574D59; }
span { border-color: rgb(87,77,89); }
td.TdClassName
{
border-color: #574D59;
}
.TagClassName
{
border-color: #574D59;
}
</style>