Shades of Fedora #554D58
Tints of Fedora #554D58
RGB
CMYK
RGB Variations
Color information
#554D58 (or 0x554D58) is known color: Fedora. HEX triplet: 55, 4D and 58. RGB value is (85,77,88). Sum of RGB (Red+Green+Blue) = 85+77+88=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #554D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D58 is #AAB2A7. Grayscale: #505050. Windows color (decimal): -11186856 or 5786965. OLE color: 5786965.
HSL color Cylindrical-coordinate representation of color #554D58: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #554D58 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 77 | 88 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.65 |
| HSL | 283.64º | 0.07% | 0.32% | - |
| HSV(B) | 283.64º | 0.13% | 0.35% | - |
| XYZ | 8.16 | 7.94 | 10.34 | - |
| YUV | 80.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 88 | 0.03 | 0.12 | 0 | 0.65 | 283.64 | 0.07 | 0.32 |
| Hex | 55 | 4D | 58 | 3 | C | 0 | 41 | 11C | 7 | 20 |
| Octal | 125 | 115 | 130 | 3 | 14 | 0 | 101 | 434 | 7 | 40 |
| Binary | 1010101 | 1001101 | 1011000 | 11 | 1100 | 0 | 1000001 | 100011100 | 111 | 100000 |
Color Harmonies of #554D58
Complementary color
Monochromatic Colors of #554D58
Black with #554D58
Text Example
Text Example
White with #554D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D58; }
p { color: rgb(85,77,88); }
H1.HeaderClassName
{
color: #554D58;
}
.AnyTagClassName
{
color: #554D58;
}
</style>
background-color css
<style>
a { background-color: #554D58; }
a { background-color: rgb(85,77,88); }
div.DivClassName
{
background-color: #554D58;
}
.BgClassName
{
background-color: #554D58;
}
</style>
border-color css
<style>
span { border-color: #554D58; }
span { border-color: rgb(85,77,88); }
td.TdClassName
{
border-color: #554D58;
}
.TagClassName
{
border-color: #554D58;
}
</style>