Shades of Fedora #55495A
Tints of Fedora #55495A
RGB
CMYK
RGB Variations
Color information
#55495A (or 0x55495A) is known color: Fedora. HEX triplet: 55, 49 and 5A. RGB value is (85,73,90). Sum of RGB (Red+Green+Blue) = 85+73+90=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #55495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495A is #AAB6A5. Grayscale: #4E4E4E. Windows color (decimal): -11187878 or 5917013. OLE color: 5917013.
HSL color Cylindrical-coordinate representation of color #55495A: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55495A is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 73 | 90 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.65 |
| HSL | 282.35º | 0.1% | 0.32% | - |
| HSV(B) | 282.35º | 0.19% | 0.35% | - |
| XYZ | 7.97 | 7.43 | 10.69 | - |
| YUV | 78.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 90 | 0.06 | 0.19 | 0 | 0.65 | 282.35 | 0.1 | 0.32 |
| Hex | 55 | 49 | 5A | 6 | 13 | 0 | 41 | 11A | A | 20 |
| Octal | 125 | 111 | 132 | 6 | 23 | 0 | 101 | 432 | 12 | 40 |
| Binary | 1010101 | 1001001 | 1011010 | 110 | 10011 | 0 | 1000001 | 100011010 | 1010 | 100000 |
Color Harmonies of #55495A
Complementary color
Monochromatic Colors of #55495A
Black with #55495A
Text Example
Text Example
White with #55495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55495A; }
p { color: rgb(85,73,90); }
H1.HeaderClassName
{
color: #55495A;
}
.AnyTagClassName
{
color: #55495A;
}
</style>
background-color css
<style>
a { background-color: #55495A; }
a { background-color: rgb(85,73,90); }
div.DivClassName
{
background-color: #55495A;
}
.BgClassName
{
background-color: #55495A;
}
</style>
border-color css
<style>
span { border-color: #55495A; }
span { border-color: rgb(85,73,90); }
td.TdClassName
{
border-color: #55495A;
}
.TagClassName
{
border-color: #55495A;
}
</style>