Shades of Fedora #554C58
Tints of Fedora #554C58
RGB
CMYK
RGB Variations
Color information
#554C58 (or 0x554C58) is known color: Fedora. HEX triplet: 55, 4C and 58. RGB value is (85,76,88). Sum of RGB (Red+Green+Blue) = 85+76+88=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #554C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C58 is #AAB3A7. Grayscale: #505050. Windows color (decimal): -11187112 or 5786709. OLE color: 5786709.
HSL color Cylindrical-coordinate representation of color #554C58: hue angle of 285º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554C58 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 76 | 88 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.65 |
| HSL | 285º | 0.07% | 0.32% | - |
| HSV(B) | 285º | 0.14% | 0.35% | - |
| XYZ | 8.09 | 7.8 | 10.31 | - |
| YUV | 80.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 88 | 0.03 | 0.14 | 0 | 0.65 | 285 | 0.07 | 0.32 |
| Hex | 55 | 4C | 58 | 3 | E | 0 | 41 | 11D | 7 | 20 |
| Octal | 125 | 114 | 130 | 3 | 16 | 0 | 101 | 435 | 7 | 40 |
| Binary | 1010101 | 1001100 | 1011000 | 11 | 1110 | 0 | 1000001 | 100011101 | 111 | 100000 |
Color Harmonies of #554C58
Complementary color
Monochromatic Colors of #554C58
Black with #554C58
Text Example
Text Example
White with #554C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C58; }
p { color: rgb(85,76,88); }
H1.HeaderClassName
{
color: #554C58;
}
.AnyTagClassName
{
color: #554C58;
}
</style>
background-color css
<style>
a { background-color: #554C58; }
a { background-color: rgb(85,76,88); }
div.DivClassName
{
background-color: #554C58;
}
.BgClassName
{
background-color: #554C58;
}
</style>
border-color css
<style>
span { border-color: #554C58; }
span { border-color: rgb(85,76,88); }
td.TdClassName
{
border-color: #554C58;
}
.TagClassName
{
border-color: #554C58;
}
</style>