Shades of Fedora #545055
Tints of Fedora #545055
RGB
CMYK
RGB Variations
Color information
#545055 (or 0x545055) is known color: Fedora. HEX triplet: 54, 50 and 55. RGB value is (84,80,85). Sum of RGB (Red+Green+Blue) = 84+80+85=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 85 - color contains mainly: blue. Hex color #545055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545055 is #ABAFAA. Grayscale: #515151. Windows color (decimal): -11251627 or 5591124. OLE color: 5591124.
HSL color Cylindrical-coordinate representation of color #545055: hue angle of 288º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #545055 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 85 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.67 |
| HSL | 288º | 0.03% | 0.32% | - |
| HSV(B) | 288º | 0.06% | 0.33% | - |
| XYZ | 8.16 | 8.28 | 9.76 | - |
| YUV | 81.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 85 | 0.01 | 0.06 | 0 | 0.67 | 288 | 0.03 | 0.32 |
| Hex | 54 | 50 | 55 | 1 | 6 | 0 | 43 | 120 | 3 | 20 |
| Octal | 124 | 120 | 125 | 1 | 6 | 0 | 103 | 440 | 3 | 40 |
| Binary | 1010100 | 1010000 | 1010101 | 1 | 110 | 0 | 1000011 | 100100000 | 11 | 100000 |
Color Harmonies of #545055
Complementary color
Monochromatic Colors of #545055
Black with #545055
Text Example
Text Example
White with #545055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545055; }
p { color: rgb(84,80,85); }
H1.HeaderClassName
{
color: #545055;
}
.AnyTagClassName
{
color: #545055;
}
</style>
background-color css
<style>
a { background-color: #545055; }
a { background-color: rgb(84,80,85); }
div.DivClassName
{
background-color: #545055;
}
.BgClassName
{
background-color: #545055;
}
</style>
border-color css
<style>
span { border-color: #545055; }
span { border-color: rgb(84,80,85); }
td.TdClassName
{
border-color: #545055;
}
.TagClassName
{
border-color: #545055;
}
</style>