Shades of Fedora #57495D
Tints of Fedora #57495D
RGB
CMYK
RGB Variations
Color information
#57495D (or 0x57495D) is known color: Fedora. HEX triplet: 57, 49 and 5D. RGB value is (87,73,93). Sum of RGB (Red+Green+Blue) = 87+73+93=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #57495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57495D is #A8B6A2. Grayscale: #4F4F4F. Windows color (decimal): -11056803 or 6113623. OLE color: 6113623.
HSL color Cylindrical-coordinate representation of color #57495D: hue angle of 282º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57495D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 73 | 93 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.64 |
| HSL | 282º | 0.12% | 0.33% | - |
| HSV(B) | 282º | 0.22% | 0.36% | - |
| XYZ | 8.29 | 7.58 | 11.38 | - |
| YUV | 79.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 93 | 0.06 | 0.22 | 0 | 0.64 | 282 | 0.12 | 0.33 |
| Hex | 57 | 49 | 5D | 6 | 16 | 0 | 40 | 11A | C | 21 |
| Octal | 127 | 111 | 135 | 6 | 26 | 0 | 100 | 432 | 14 | 41 |
| Binary | 1010111 | 1001001 | 1011101 | 110 | 10110 | 0 | 1000000 | 100011010 | 1100 | 100001 |
Color Harmonies of #57495D
Complementary color
Monochromatic Colors of #57495D
Black with #57495D
Text Example
Text Example
White with #57495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57495D; }
p { color: rgb(87,73,93); }
H1.HeaderClassName
{
color: #57495D;
}
.AnyTagClassName
{
color: #57495D;
}
</style>
background-color css
<style>
a { background-color: #57495D; }
a { background-color: rgb(87,73,93); }
div.DivClassName
{
background-color: #57495D;
}
.BgClassName
{
background-color: #57495D;
}
</style>
border-color css
<style>
span { border-color: #57495D; }
span { border-color: rgb(87,73,93); }
td.TdClassName
{
border-color: #57495D;
}
.TagClassName
{
border-color: #57495D;
}
</style>