Shades of Fedora #65546E
Tints of Fedora #65546E
RGB
CMYK
RGB Variations
Color information
#65546E (or 0x65546E) is known color: Fedora. HEX triplet: 65, 54 and 6E. RGB value is (101,84,110). Sum of RGB (Red+Green+Blue) = 101+84+110=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #65546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65546E is #9AAB91. Grayscale: #5B5B5B. Windows color (decimal): -10136466 or 7230565. OLE color: 7230565.
HSL color Cylindrical-coordinate representation of color #65546E: hue angle of 279.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65546E is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 84 | 110 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.57 |
| HSL | 279.23º | 0.13% | 0.38% | - |
| HSV(B) | 279.23º | 0.24% | 0.43% | - |
| XYZ | 11.35 | 10.23 | 16.13 | - |
| YUV | 92.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 110 | 0.08 | 0.24 | 0 | 0.57 | 279.23 | 0.13 | 0.38 |
| Hex | 65 | 54 | 6E | 8 | 18 | 0 | 39 | 117 | D | 26 |
| Octal | 145 | 124 | 156 | 10 | 30 | 0 | 71 | 427 | 15 | 46 |
| Binary | 1100101 | 1010100 | 1101110 | 1000 | 11000 | 0 | 111001 | 100010111 | 1101 | 100110 |
Color Harmonies of #65546E
Complementary color
Monochromatic Colors of #65546E
Black with #65546E
Text Example
Text Example
White with #65546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65546E; }
p { color: rgb(101,84,110); }
H1.HeaderClassName
{
color: #65546E;
}
.AnyTagClassName
{
color: #65546E;
}
</style>
background-color css
<style>
a { background-color: #65546E; }
a { background-color: rgb(101,84,110); }
div.DivClassName
{
background-color: #65546E;
}
.BgClassName
{
background-color: #65546E;
}
</style>
border-color css
<style>
span { border-color: #65546E; }
span { border-color: rgb(101,84,110); }
td.TdClassName
{
border-color: #65546E;
}
.TagClassName
{
border-color: #65546E;
}
</style>