Shades of Fedora #57485B
Tints of Fedora #57485B
RGB
CMYK
RGB Variations
Color information
#57485B (or 0x57485B) is known color: Fedora. HEX triplet: 57, 48 and 5B. RGB value is (87,72,91). Sum of RGB (Red+Green+Blue) = 87+72+91=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #57485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57485B is #A8B7A4. Grayscale: #4E4E4E. Windows color (decimal): -11057061 or 5982295. OLE color: 5982295.
HSL color Cylindrical-coordinate representation of color #57485B: hue angle of 287.37º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57485B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 72 | 91 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.64 |
| HSL | 287.37º | 0.12% | 0.32% | - |
| HSV(B) | 287.37º | 0.21% | 0.36% | - |
| XYZ | 8.14 | 7.42 | 10.9 | - |
| YUV | 78.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 91 | 0.04 | 0.21 | 0 | 0.64 | 287.37 | 0.12 | 0.32 |
| Hex | 57 | 48 | 5B | 4 | 15 | 0 | 40 | 11F | C | 20 |
| Octal | 127 | 110 | 133 | 4 | 25 | 0 | 100 | 437 | 14 | 40 |
| Binary | 1010111 | 1001000 | 1011011 | 100 | 10101 | 0 | 1000000 | 100011111 | 1100 | 100000 |
Color Harmonies of #57485B
Complementary color
Monochromatic Colors of #57485B
Black with #57485B
Text Example
Text Example
White with #57485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57485B; }
p { color: rgb(87,72,91); }
H1.HeaderClassName
{
color: #57485B;
}
.AnyTagClassName
{
color: #57485B;
}
</style>
background-color css
<style>
a { background-color: #57485B; }
a { background-color: rgb(87,72,91); }
div.DivClassName
{
background-color: #57485B;
}
.BgClassName
{
background-color: #57485B;
}
</style>
border-color css
<style>
span { border-color: #57485B; }
span { border-color: rgb(87,72,91); }
td.TdClassName
{
border-color: #57485B;
}
.TagClassName
{
border-color: #57485B;
}
</style>