Shades of Fedora #574D58
Tints of Fedora #574D58
RGB
CMYK
RGB Variations
Color information
#574D58 (or 0x574D58) is known color: Fedora. HEX triplet: 57, 4D and 58. RGB value is (87,77,88). Sum of RGB (Red+Green+Blue) = 87+77+88=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 77 (30.47% from 255 or 30.56% 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 #574D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D58 is #A8B2A7. Grayscale: #515151. Windows color (decimal): -11055784 or 5786967. OLE color: 5786967.
HSL color Cylindrical-coordinate representation of color #574D58: hue angle of 294.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #574D58 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 77 | 88 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.65 |
| HSL | 294.55º | 0.07% | 0.32% | - |
| HSV(B) | 294.55º | 0.13% | 0.35% | - |
| XYZ | 8.35 | 8.04 | 10.34 | - |
| YUV | 81.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 88 | 0.01 | 0.12 | 0 | 0.65 | 294.55 | 0.07 | 0.32 |
| Hex | 57 | 4D | 58 | 1 | C | 0 | 41 | 127 | 7 | 20 |
| Octal | 127 | 115 | 130 | 1 | 14 | 0 | 101 | 447 | 7 | 40 |
| Binary | 1010111 | 1001101 | 1011000 | 1 | 1100 | 0 | 1000001 | 100100111 | 111 | 100000 |
Color Harmonies of #574D58
Complementary color
Monochromatic Colors of #574D58
Black with #574D58
Text Example
Text Example
White with #574D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D58; }
p { color: rgb(87,77,88); }
H1.HeaderClassName
{
color: #574D58;
}
.AnyTagClassName
{
color: #574D58;
}
</style>
background-color css
<style>
a { background-color: #574D58; }
a { background-color: rgb(87,77,88); }
div.DivClassName
{
background-color: #574D58;
}
.BgClassName
{
background-color: #574D58;
}
</style>
border-color css
<style>
span { border-color: #574D58; }
span { border-color: rgb(87,77,88); }
td.TdClassName
{
border-color: #574D58;
}
.TagClassName
{
border-color: #574D58;
}
</style>