Shades of Fedora #554F58
Tints of Fedora #554F58
RGB
CMYK
RGB Variations
Color information
#554F58 (or 0x554F58) is known color: Fedora. HEX triplet: 55, 4F and 58. RGB value is (85,79,88). Sum of RGB (Red+Green+Blue) = 85+79+88=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #554F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F58 is #AAB0A7. Grayscale: #515151. Windows color (decimal): -11186344 or 5787477. OLE color: 5787477.
HSL color Cylindrical-coordinate representation of color #554F58: hue angle of 280º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #554F58 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 79 | 88 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.65 |
| HSL | 280º | 0.05% | 0.33% | - |
| HSV(B) | 280º | 0.1% | 0.35% | - |
| XYZ | 8.3 | 8.23 | 10.38 | - |
| YUV | 81.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 88 | 0.03 | 0.10 | 0 | 0.65 | 280 | 0.05 | 0.33 |
| Hex | 55 | 4F | 58 | 3 | A | 0 | 41 | 118 | 5 | 21 |
| Octal | 125 | 117 | 130 | 3 | 12 | 0 | 101 | 430 | 5 | 41 |
| Binary | 1010101 | 1001111 | 1011000 | 11 | 1010 | 0 | 1000001 | 100011000 | 101 | 100001 |
Color Harmonies of #554F58
Complementary color
Monochromatic Colors of #554F58
Black with #554F58
Text Example
Text Example
White with #554F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F58; }
p { color: rgb(85,79,88); }
H1.HeaderClassName
{
color: #554F58;
}
.AnyTagClassName
{
color: #554F58;
}
</style>
background-color css
<style>
a { background-color: #554F58; }
a { background-color: rgb(85,79,88); }
div.DivClassName
{
background-color: #554F58;
}
.BgClassName
{
background-color: #554F58;
}
</style>
border-color css
<style>
span { border-color: #554F58; }
span { border-color: rgb(85,79,88); }
td.TdClassName
{
border-color: #554F58;
}
.TagClassName
{
border-color: #554F58;
}
</style>