Shades of Fedora #575257
Tints of Fedora #575257
RGB
CMYK
RGB Variations
Color information
#575257 (or 0x575257) is known color: Fedora. HEX triplet: 57, 52 and 57. RGB value is (87,82,87). Sum of RGB (Red+Green+Blue) = 87+82+87=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575257 is #A8ADA8. Grayscale: #545454. Windows color (decimal): -11054505 or 5722711. OLE color: 5722711.
HSL color Cylindrical-coordinate representation of color #575257: hue angle of 300º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575257 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 87 | - |
| CMYK | 0 | 0.06 | 0 | 0.66 |
| HSL | 300º | 0.03% | 0.33% | - |
| HSV(B) | 300º | 0.06% | 0.34% | - |
| XYZ | 8.67 | 8.75 | 10.25 | - |
| YUV | 84.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 87 | 0 | 0.06 | 0 | 0.66 | 300 | 0.03 | 0.33 |
| Hex | 57 | 52 | 57 | 0 | 6 | 0 | 42 | 12C | 3 | 21 |
| Octal | 127 | 122 | 127 | 0 | 6 | 0 | 102 | 454 | 3 | 41 |
| Binary | 1010111 | 1010010 | 1010111 | 0 | 110 | 0 | 1000010 | 100101100 | 11 | 100001 |
Color Harmonies of #575257
Complementary color
Monochromatic Colors of #575257
Black with #575257
Text Example
Text Example
White with #575257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575257; }
p { color: rgb(87,82,87); }
H1.HeaderClassName
{
color: #575257;
}
.AnyTagClassName
{
color: #575257;
}
</style>
background-color css
<style>
a { background-color: #575257; }
a { background-color: rgb(87,82,87); }
div.DivClassName
{
background-color: #575257;
}
.BgClassName
{
background-color: #575257;
}
</style>
border-color css
<style>
span { border-color: #575257; }
span { border-color: rgb(87,82,87); }
td.TdClassName
{
border-color: #575257;
}
.TagClassName
{
border-color: #575257;
}
</style>