Shades of Fedora #57495B
Tints of Fedora #57495B
RGB
CMYK
RGB Variations
Color information
#57495B (or 0x57495B) is known color: Fedora. HEX triplet: 57, 49 and 5B. RGB value is (87,73,91). Sum of RGB (Red+Green+Blue) = 87+73+91=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #57495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57495B is #A8B6A4. Grayscale: #4F4F4F. Windows color (decimal): -11056805 or 5982551. OLE color: 5982551.
HSL color Cylindrical-coordinate representation of color #57495B: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57495B is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 73 | 91 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.64 |
| HSL | 286.67º | 0.11% | 0.32% | - |
| HSV(B) | 286.67º | 0.2% | 0.36% | - |
| XYZ | 8.2 | 7.55 | 10.92 | - |
| YUV | 79.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 91 | 0.04 | 0.20 | 0 | 0.64 | 286.67 | 0.11 | 0.32 |
| Hex | 57 | 49 | 5B | 4 | 14 | 0 | 40 | 11F | B | 20 |
| Octal | 127 | 111 | 133 | 4 | 24 | 0 | 100 | 437 | 13 | 40 |
| Binary | 1010111 | 1001001 | 1011011 | 100 | 10100 | 0 | 1000000 | 100011111 | 1011 | 100000 |
Color Harmonies of #57495B
Complementary color
Monochromatic Colors of #57495B
Black with #57495B
Text Example
Text Example
White with #57495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57495B; }
p { color: rgb(87,73,91); }
H1.HeaderClassName
{
color: #57495B;
}
.AnyTagClassName
{
color: #57495B;
}
</style>
background-color css
<style>
a { background-color: #57495B; }
a { background-color: rgb(87,73,91); }
div.DivClassName
{
background-color: #57495B;
}
.BgClassName
{
background-color: #57495B;
}
</style>
border-color css
<style>
span { border-color: #57495B; }
span { border-color: rgb(87,73,91); }
td.TdClassName
{
border-color: #57495B;
}
.TagClassName
{
border-color: #57495B;
}
</style>