Shades of Fedora #575558
Tints of Fedora #575558
RGB
CMYK
RGB Variations
Color information
#575558 (or 0x575558) is known color: Fedora. HEX triplet: 57, 55 and 58. RGB value is (87,85,88). Sum of RGB (Red+Green+Blue) = 87+85+88=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 88 - color contains mainly: blue. Hex color #575558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575558 is #A8AAA7. Grayscale: #555555. Windows color (decimal): -11053736 or 5789015. OLE color: 5789015.
HSL color Cylindrical-coordinate representation of color #575558: hue angle of 280º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575558 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 85 | 88 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.65 |
| HSL | 280º | 0.02% | 0.34% | - |
| HSV(B) | 280º | 0.03% | 0.35% | - |
| XYZ | 8.94 | 9.23 | 10.54 | - |
| YUV | 85.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 88 | 0.01 | 0.03 | 0 | 0.65 | 280 | 0.02 | 0.34 |
| Hex | 57 | 55 | 58 | 1 | 3 | 0 | 41 | 118 | 2 | 22 |
| Octal | 127 | 125 | 130 | 1 | 3 | 0 | 101 | 430 | 2 | 42 |
| Binary | 1010111 | 1010101 | 1011000 | 1 | 11 | 0 | 1000001 | 100011000 | 10 | 100010 |
Color Harmonies of #575558
Complementary color
Monochromatic Colors of #575558
Black with #575558
Text Example
Text Example
White with #575558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575558; }
p { color: rgb(87,85,88); }
H1.HeaderClassName
{
color: #575558;
}
.AnyTagClassName
{
color: #575558;
}
</style>
background-color css
<style>
a { background-color: #575558; }
a { background-color: rgb(87,85,88); }
div.DivClassName
{
background-color: #575558;
}
.BgClassName
{
background-color: #575558;
}
</style>
border-color css
<style>
span { border-color: #575558; }
span { border-color: rgb(87,85,88); }
td.TdClassName
{
border-color: #575558;
}
.TagClassName
{
border-color: #575558;
}
</style>