Shades of Fedora #56485B
Tints of Fedora #56485B
RGB
CMYK
RGB Variations
Color information
#56485B (or 0x56485B) is known color: Fedora. HEX triplet: 56, 48 and 5B. RGB value is (86,72,91). Sum of RGB (Red+Green+Blue) = 86+72+91=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #56485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56485B is #A9B7A4. Grayscale: #4E4E4E. Windows color (decimal): -11122597 or 5982294. OLE color: 5982294.
HSL color Cylindrical-coordinate representation of color #56485B: hue angle of 284.21º 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 #56485B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 72 | 91 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.64 |
| HSL | 284.21º | 0.12% | 0.32% | - |
| HSV(B) | 284.21º | 0.21% | 0.36% | - |
| XYZ | 8.04 | 7.37 | 10.9 | - |
| YUV | 78.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 91 | 0.05 | 0.21 | 0 | 0.64 | 284.21 | 0.12 | 0.32 |
| Hex | 56 | 48 | 5B | 5 | 15 | 0 | 40 | 11C | C | 20 |
| Octal | 126 | 110 | 133 | 5 | 25 | 0 | 100 | 434 | 14 | 40 |
| Binary | 1010110 | 1001000 | 1011011 | 101 | 10101 | 0 | 1000000 | 100011100 | 1100 | 100000 |
Color Harmonies of #56485B
Complementary color
Monochromatic Colors of #56485B
Black with #56485B
Text Example
Text Example
White with #56485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56485B; }
p { color: rgb(86,72,91); }
H1.HeaderClassName
{
color: #56485B;
}
.AnyTagClassName
{
color: #56485B;
}
</style>
background-color css
<style>
a { background-color: #56485B; }
a { background-color: rgb(86,72,91); }
div.DivClassName
{
background-color: #56485B;
}
.BgClassName
{
background-color: #56485B;
}
</style>
border-color css
<style>
span { border-color: #56485B; }
span { border-color: rgb(86,72,91); }
td.TdClassName
{
border-color: #56485B;
}
.TagClassName
{
border-color: #56485B;
}
</style>