Shades of Fedora #554D57
Tints of Fedora #554D57
RGB
CMYK
RGB Variations
Color information
#554D57 (or 0x554D57) is known color: Fedora. HEX triplet: 55, 4D and 57. RGB value is (85,77,87). Sum of RGB (Red+Green+Blue) = 85+77+87=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #554D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D57 is #AAB2A8. Grayscale: #505050. Windows color (decimal): -11186857 or 5721429. OLE color: 5721429.
HSL color Cylindrical-coordinate representation of color #554D57: hue angle of 288º 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 #554D57 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 77 | 87 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.66 |
| HSL | 288º | 0.06% | 0.32% | - |
| HSV(B) | 288º | 0.11% | 0.34% | - |
| XYZ | 8.12 | 7.93 | 10.12 | - |
| YUV | 80.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 87 | 0.02 | 0.11 | 0 | 0.66 | 288 | 0.06 | 0.32 |
| Hex | 55 | 4D | 57 | 2 | B | 0 | 42 | 120 | 6 | 20 |
| Octal | 125 | 115 | 127 | 2 | 13 | 0 | 102 | 440 | 6 | 40 |
| Binary | 1010101 | 1001101 | 1010111 | 10 | 1011 | 0 | 1000010 | 100100000 | 110 | 100000 |
Color Harmonies of #554D57
Complementary color
Monochromatic Colors of #554D57
Black with #554D57
Text Example
Text Example
White with #554D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D57; }
p { color: rgb(85,77,87); }
H1.HeaderClassName
{
color: #554D57;
}
.AnyTagClassName
{
color: #554D57;
}
</style>
background-color css
<style>
a { background-color: #554D57; }
a { background-color: rgb(85,77,87); }
div.DivClassName
{
background-color: #554D57;
}
.BgClassName
{
background-color: #554D57;
}
</style>
border-color css
<style>
span { border-color: #554D57; }
span { border-color: rgb(85,77,87); }
td.TdClassName
{
border-color: #554D57;
}
.TagClassName
{
border-color: #554D57;
}
</style>