Shades of Fedora #55485A
Tints of Fedora #55485A
RGB
CMYK
RGB Variations
Color information
#55485A (or 0x55485A) is known color: Fedora. HEX triplet: 55, 48 and 5A. RGB value is (85,72,90). Sum of RGB (Red+Green+Blue) = 85+72+90=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #55485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55485A is #AAB7A5. Grayscale: #4D4D4D. Windows color (decimal): -11188134 or 5916757. OLE color: 5916757.
HSL color Cylindrical-coordinate representation of color #55485A: hue angle of 283.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55485A is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 72 | 90 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.65 |
| HSL | 283.33º | 0.11% | 0.32% | - |
| HSV(B) | 283.33º | 0.2% | 0.35% | - |
| XYZ | 7.91 | 7.3 | 10.67 | - |
| YUV | 77.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 90 | 0.06 | 0.20 | 0 | 0.65 | 283.33 | 0.11 | 0.32 |
| Hex | 55 | 48 | 5A | 6 | 14 | 0 | 41 | 11B | B | 20 |
| Octal | 125 | 110 | 132 | 6 | 24 | 0 | 101 | 433 | 13 | 40 |
| Binary | 1010101 | 1001000 | 1011010 | 110 | 10100 | 0 | 1000001 | 100011011 | 1011 | 100000 |
Color Harmonies of #55485A
Complementary color
Monochromatic Colors of #55485A
Black with #55485A
Text Example
Text Example
White with #55485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55485A; }
p { color: rgb(85,72,90); }
H1.HeaderClassName
{
color: #55485A;
}
.AnyTagClassName
{
color: #55485A;
}
</style>
background-color css
<style>
a { background-color: #55485A; }
a { background-color: rgb(85,72,90); }
div.DivClassName
{
background-color: #55485A;
}
.BgClassName
{
background-color: #55485A;
}
</style>
border-color css
<style>
span { border-color: #55485A; }
span { border-color: rgb(85,72,90); }
td.TdClassName
{
border-color: #55485A;
}
.TagClassName
{
border-color: #55485A;
}
</style>