Shades of Fedora #534D56
Tints of Fedora #534D56
RGB
CMYK
RGB Variations
Color information
#534D56 (or 0x534D56) is known color: Fedora. HEX triplet: 53, 4D and 56. RGB value is (83,77,86). Sum of RGB (Red+Green+Blue) = 83+77+86=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 86 - color contains mainly: blue. Hex color #534D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D56 is #ACB2A9. Grayscale: #4F4F4F. Windows color (decimal): -11317930 or 5655891. OLE color: 5655891.
HSL color Cylindrical-coordinate representation of color #534D56: hue angle of 280º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534D56 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 77 | 86 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.66 |
| HSL | 280º | 0.06% | 0.32% | - |
| HSV(B) | 280º | 0.1% | 0.34% | - |
| XYZ | 7.9 | 7.82 | 9.9 | - |
| YUV | 79.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 86 | 0.03 | 0.10 | 0 | 0.66 | 280 | 0.06 | 0.32 |
| Hex | 53 | 4D | 56 | 3 | A | 0 | 42 | 118 | 6 | 20 |
| Octal | 123 | 115 | 126 | 3 | 12 | 0 | 102 | 430 | 6 | 40 |
| Binary | 1010011 | 1001101 | 1010110 | 11 | 1010 | 0 | 1000010 | 100011000 | 110 | 100000 |
Color Harmonies of #534D56
Complementary color
Monochromatic Colors of #534D56
Black with #534D56
Text Example
Text Example
White with #534D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D56; }
p { color: rgb(83,77,86); }
H1.HeaderClassName
{
color: #534D56;
}
.AnyTagClassName
{
color: #534D56;
}
</style>
background-color css
<style>
a { background-color: #534D56; }
a { background-color: rgb(83,77,86); }
div.DivClassName
{
background-color: #534D56;
}
.BgClassName
{
background-color: #534D56;
}
</style>
border-color css
<style>
span { border-color: #534D56; }
span { border-color: rgb(83,77,86); }
td.TdClassName
{
border-color: #534D56;
}
.TagClassName
{
border-color: #534D56;
}
</style>