Shades of Fedora #574A5B
Tints of Fedora #574A5B
RGB
CMYK
RGB Variations
Color information
#574A5B (or 0x574A5B) is known color: Fedora. HEX triplet: 57, 4A and 5B. RGB value is (87,74,91). Sum of RGB (Red+Green+Blue) = 87+74+91=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #574A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5B is #A8B5A4. Grayscale: #4F4F4F. Windows color (decimal): -11056549 or 5982807. OLE color: 5982807.
HSL color Cylindrical-coordinate representation of color #574A5B: hue angle of 285.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #574A5B is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 74 | 91 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.64 |
| HSL | 285.88º | 0.1% | 0.32% | - |
| HSV(B) | 285.88º | 0.19% | 0.36% | - |
| XYZ | 8.27 | 7.68 | 10.94 | - |
| YUV | 79.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 91 | 0.04 | 0.19 | 0 | 0.64 | 285.88 | 0.1 | 0.32 |
| Hex | 57 | 4A | 5B | 4 | 13 | 0 | 40 | 11E | A | 20 |
| Octal | 127 | 112 | 133 | 4 | 23 | 0 | 100 | 436 | 12 | 40 |
| Binary | 1010111 | 1001010 | 1011011 | 100 | 10011 | 0 | 1000000 | 100011110 | 1010 | 100000 |
Color Harmonies of #574A5B
Complementary color
Monochromatic Colors of #574A5B
Black with #574A5B
Text Example
Text Example
White with #574A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A5B; }
p { color: rgb(87,74,91); }
H1.HeaderClassName
{
color: #574A5B;
}
.AnyTagClassName
{
color: #574A5B;
}
</style>
background-color css
<style>
a { background-color: #574A5B; }
a { background-color: rgb(87,74,91); }
div.DivClassName
{
background-color: #574A5B;
}
.BgClassName
{
background-color: #574A5B;
}
</style>
border-color css
<style>
span { border-color: #574A5B; }
span { border-color: rgb(87,74,91); }
td.TdClassName
{
border-color: #574A5B;
}
.TagClassName
{
border-color: #574A5B;
}
</style>