Shades of Fedora #554F56
Tints of Fedora #554F56
RGB
CMYK
RGB Variations
Color information
#554F56 (or 0x554F56) is known color: Fedora. HEX triplet: 55, 4F and 56. RGB value is (85,79,86). Sum of RGB (Red+Green+Blue) = 85+79+86=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #554F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F56 is #AAB0A9. Grayscale: #515151. Windows color (decimal): -11186346 or 5656405. OLE color: 5656405.
HSL color Cylindrical-coordinate representation of color #554F56: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #554F56 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 79 | 86 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.66 |
| HSL | 291.43º | 0.04% | 0.32% | - |
| HSV(B) | 291.43º | 0.08% | 0.34% | - |
| XYZ | 8.22 | 8.2 | 9.95 | - |
| YUV | 81.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 86 | 0.01 | 0.08 | 0 | 0.66 | 291.43 | 0.04 | 0.32 |
| Hex | 55 | 4F | 56 | 1 | 8 | 0 | 42 | 123 | 4 | 20 |
| Octal | 125 | 117 | 126 | 1 | 10 | 0 | 102 | 443 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1010110 | 1 | 1000 | 0 | 1000010 | 100100011 | 100 | 100000 |
Color Harmonies of #554F56
Complementary color
Monochromatic Colors of #554F56
Black with #554F56
Text Example
Text Example
White with #554F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F56; }
p { color: rgb(85,79,86); }
H1.HeaderClassName
{
color: #554F56;
}
.AnyTagClassName
{
color: #554F56;
}
</style>
background-color css
<style>
a { background-color: #554F56; }
a { background-color: rgb(85,79,86); }
div.DivClassName
{
background-color: #554F56;
}
.BgClassName
{
background-color: #554F56;
}
</style>
border-color css
<style>
span { border-color: #554F56; }
span { border-color: rgb(85,79,86); }
td.TdClassName
{
border-color: #554F56;
}
.TagClassName
{
border-color: #554F56;
}
</style>