Shades of Fedora #575059
Tints of Fedora #575059
RGB
CMYK
RGB Variations
Color information
#575059 (or 0x575059) is known color: Fedora. HEX triplet: 57, 50 and 59. RGB value is (87,80,89). Sum of RGB (Red+Green+Blue) = 87+80+89=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #575059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575059 is #A8AFA6. Grayscale: #535353. Windows color (decimal): -11055015 or 5853271. OLE color: 5853271.
HSL color Cylindrical-coordinate representation of color #575059: hue angle of 286.67º 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 #575059 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 80 | 89 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.65 |
| HSL | 286.67º | 0.05% | 0.33% | - |
| HSV(B) | 286.67º | 0.1% | 0.35% | - |
| XYZ | 8.6 | 8.48 | 10.64 | - |
| YUV | 83.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 89 | 0.02 | 0.10 | 0 | 0.65 | 286.67 | 0.05 | 0.33 |
| Hex | 57 | 50 | 59 | 2 | A | 0 | 41 | 11F | 5 | 21 |
| Octal | 127 | 120 | 131 | 2 | 12 | 0 | 101 | 437 | 5 | 41 |
| Binary | 1010111 | 1010000 | 1011001 | 10 | 1010 | 0 | 1000001 | 100011111 | 101 | 100001 |
Color Harmonies of #575059
Complementary color
Monochromatic Colors of #575059
Black with #575059
Text Example
Text Example
White with #575059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575059; }
p { color: rgb(87,80,89); }
H1.HeaderClassName
{
color: #575059;
}
.AnyTagClassName
{
color: #575059;
}
</style>
background-color css
<style>
a { background-color: #575059; }
a { background-color: rgb(87,80,89); }
div.DivClassName
{
background-color: #575059;
}
.BgClassName
{
background-color: #575059;
}
</style>
border-color css
<style>
span { border-color: #575059; }
span { border-color: rgb(87,80,89); }
td.TdClassName
{
border-color: #575059;
}
.TagClassName
{
border-color: #575059;
}
</style>