Shades of Fedora #554C59
Tints of Fedora #554C59
RGB
CMYK
RGB Variations
Color information
#554C59 (or 0x554C59) is known color: Fedora. HEX triplet: 55, 4C and 59. RGB value is (85,76,89). Sum of RGB (Red+Green+Blue) = 85+76+89=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #554C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C59 is #AAB3A6. Grayscale: #505050. Windows color (decimal): -11187111 or 5852245. OLE color: 5852245.
HSL color Cylindrical-coordinate representation of color #554C59: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554C59 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 76 | 89 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.65 |
| HSL | 281.54º | 0.08% | 0.32% | - |
| HSV(B) | 281.54º | 0.15% | 0.35% | - |
| XYZ | 8.13 | 7.82 | 10.53 | - |
| YUV | 80.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 89 | 0.04 | 0.15 | 0 | 0.65 | 281.54 | 0.08 | 0.32 |
| Hex | 55 | 4C | 59 | 4 | F | 0 | 41 | 11A | 8 | 20 |
| Octal | 125 | 114 | 131 | 4 | 17 | 0 | 101 | 432 | 10 | 40 |
| Binary | 1010101 | 1001100 | 1011001 | 100 | 1111 | 0 | 1000001 | 100011010 | 1000 | 100000 |
Color Harmonies of #554C59
Complementary color
Monochromatic Colors of #554C59
Black with #554C59
Text Example
Text Example
White with #554C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C59; }
p { color: rgb(85,76,89); }
H1.HeaderClassName
{
color: #554C59;
}
.AnyTagClassName
{
color: #554C59;
}
</style>
background-color css
<style>
a { background-color: #554C59; }
a { background-color: rgb(85,76,89); }
div.DivClassName
{
background-color: #554C59;
}
.BgClassName
{
background-color: #554C59;
}
</style>
border-color css
<style>
span { border-color: #554C59; }
span { border-color: rgb(85,76,89); }
td.TdClassName
{
border-color: #554C59;
}
.TagClassName
{
border-color: #554C59;
}
</style>