Shades of Fedora #574B59
Tints of Fedora #574B59
RGB
CMYK
RGB Variations
Color information
#574B59 (or 0x574B59) is known color: Fedora. HEX triplet: 57, 4B and 59. RGB value is (87,75,89). Sum of RGB (Red+Green+Blue) = 87+75+89=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #574B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B59 is #A8B4A6. Grayscale: #505050. Windows color (decimal): -11056295 or 5851991. OLE color: 5851991.
HSL color Cylindrical-coordinate representation of color #574B59: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574B59 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 75 | 89 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.65 |
| HSL | 291.43º | 0.09% | 0.32% | - |
| HSV(B) | 291.43º | 0.16% | 0.35% | - |
| XYZ | 8.25 | 7.78 | 10.52 | - |
| YUV | 80.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 89 | 0.02 | 0.16 | 0 | 0.65 | 291.43 | 0.09 | 0.32 |
| Hex | 57 | 4B | 59 | 2 | 10 | 0 | 41 | 123 | 9 | 20 |
| Octal | 127 | 113 | 131 | 2 | 20 | 0 | 101 | 443 | 11 | 40 |
| Binary | 1010111 | 1001011 | 1011001 | 10 | 10000 | 0 | 1000001 | 100100011 | 1001 | 100000 |
Color Harmonies of #574B59
Complementary color
Monochromatic Colors of #574B59
Black with #574B59
Text Example
Text Example
White with #574B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B59; }
p { color: rgb(87,75,89); }
H1.HeaderClassName
{
color: #574B59;
}
.AnyTagClassName
{
color: #574B59;
}
</style>
background-color css
<style>
a { background-color: #574B59; }
a { background-color: rgb(87,75,89); }
div.DivClassName
{
background-color: #574B59;
}
.BgClassName
{
background-color: #574B59;
}
</style>
border-color css
<style>
span { border-color: #574B59; }
span { border-color: rgb(87,75,89); }
td.TdClassName
{
border-color: #574B59;
}
.TagClassName
{
border-color: #574B59;
}
</style>