Shades of Fedora #574E58
Tints of Fedora #574E58
RGB
CMYK
RGB Variations
Color information
#574E58 (or 0x574E58) is known color: Fedora. HEX triplet: 57, 4E and 58. RGB value is (87,78,88). Sum of RGB (Red+Green+Blue) = 87+78+88=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #574E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E58 is #A8B1A7. Grayscale: #515151. Windows color (decimal): -11055528 or 5787223. OLE color: 5787223.
HSL color Cylindrical-coordinate representation of color #574E58: hue angle of 294º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574E58 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 78 | 88 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.65 |
| HSL | 294º | 0.06% | 0.33% | - |
| HSV(B) | 294º | 0.11% | 0.35% | - |
| XYZ | 8.42 | 8.18 | 10.37 | - |
| YUV | 81.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 88 | 0.01 | 0.11 | 0 | 0.65 | 294 | 0.06 | 0.33 |
| Hex | 57 | 4E | 58 | 1 | B | 0 | 41 | 126 | 6 | 21 |
| Octal | 127 | 116 | 130 | 1 | 13 | 0 | 101 | 446 | 6 | 41 |
| Binary | 1010111 | 1001110 | 1011000 | 1 | 1011 | 0 | 1000001 | 100100110 | 110 | 100001 |
Color Harmonies of #574E58
Complementary color
Monochromatic Colors of #574E58
Black with #574E58
Text Example
Text Example
White with #574E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E58; }
p { color: rgb(87,78,88); }
H1.HeaderClassName
{
color: #574E58;
}
.AnyTagClassName
{
color: #574E58;
}
</style>
background-color css
<style>
a { background-color: #574E58; }
a { background-color: rgb(87,78,88); }
div.DivClassName
{
background-color: #574E58;
}
.BgClassName
{
background-color: #574E58;
}
</style>
border-color css
<style>
span { border-color: #574E58; }
span { border-color: rgb(87,78,88); }
td.TdClassName
{
border-color: #574E58;
}
.TagClassName
{
border-color: #574E58;
}
</style>