Shades of Fedora #544D57
Tints of Fedora #544D57
RGB
CMYK
RGB Variations
Color information
#544D57 (or 0x544D57) is known color: Fedora. HEX triplet: 54, 4D and 57. RGB value is (84,77,87). Sum of RGB (Red+Green+Blue) = 84+77+87=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #544D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D57 is #ABB2A8. Grayscale: #505050. Windows color (decimal): -11252393 or 5721428. OLE color: 5721428.
HSL color Cylindrical-coordinate representation of color #544D57: hue angle of 282º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #544D57 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 77 | 87 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.66 |
| HSL | 282º | 0.06% | 0.32% | - |
| HSV(B) | 282º | 0.11% | 0.34% | - |
| XYZ | 8.03 | 7.88 | 10.11 | - |
| YUV | 80.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 87 | 0.03 | 0.11 | 0 | 0.66 | 282 | 0.06 | 0.32 |
| Hex | 54 | 4D | 57 | 3 | B | 0 | 42 | 11A | 6 | 20 |
| Octal | 124 | 115 | 127 | 3 | 13 | 0 | 102 | 432 | 6 | 40 |
| Binary | 1010100 | 1001101 | 1010111 | 11 | 1011 | 0 | 1000010 | 100011010 | 110 | 100000 |
Color Harmonies of #544D57
Complementary color
Monochromatic Colors of #544D57
Black with #544D57
Text Example
Text Example
White with #544D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D57; }
p { color: rgb(84,77,87); }
H1.HeaderClassName
{
color: #544D57;
}
.AnyTagClassName
{
color: #544D57;
}
</style>
background-color css
<style>
a { background-color: #544D57; }
a { background-color: rgb(84,77,87); }
div.DivClassName
{
background-color: #544D57;
}
.BgClassName
{
background-color: #544D57;
}
</style>
border-color css
<style>
span { border-color: #544D57; }
span { border-color: rgb(84,77,87); }
td.TdClassName
{
border-color: #544D57;
}
.TagClassName
{
border-color: #544D57;
}
</style>