Shades of Fedora #65556D
Tints of Fedora #65556D
RGB
CMYK
RGB Variations
Color information
#65556D (or 0x65556D) is known color: Fedora. HEX triplet: 65, 55 and 6D. RGB value is (101,85,109). Sum of RGB (Red+Green+Blue) = 101+85+109=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #65556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65556D is #9AAA92. Grayscale: #5C5C5C. Windows color (decimal): -10136211 or 7165285. OLE color: 7165285.
HSL color Cylindrical-coordinate representation of color #65556D: hue angle of 280º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65556D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 85 | 109 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.57 |
| HSL | 280º | 0.12% | 0.38% | - |
| HSV(B) | 280º | 0.22% | 0.43% | - |
| XYZ | 11.38 | 10.37 | 15.87 | - |
| YUV | 92.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 109 | 0.07 | 0.22 | 0 | 0.57 | 280 | 0.12 | 0.38 |
| Hex | 65 | 55 | 6D | 7 | 16 | 0 | 39 | 118 | C | 26 |
| Octal | 145 | 125 | 155 | 7 | 26 | 0 | 71 | 430 | 14 | 46 |
| Binary | 1100101 | 1010101 | 1101101 | 111 | 10110 | 0 | 111001 | 100011000 | 1100 | 100110 |
Color Harmonies of #65556D
Complementary color
Monochromatic Colors of #65556D
Black with #65556D
Text Example
Text Example
White with #65556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65556D; }
p { color: rgb(101,85,109); }
H1.HeaderClassName
{
color: #65556D;
}
.AnyTagClassName
{
color: #65556D;
}
</style>
background-color css
<style>
a { background-color: #65556D; }
a { background-color: rgb(101,85,109); }
div.DivClassName
{
background-color: #65556D;
}
.BgClassName
{
background-color: #65556D;
}
</style>
border-color css
<style>
span { border-color: #65556D; }
span { border-color: rgb(101,85,109); }
td.TdClassName
{
border-color: #65556D;
}
.TagClassName
{
border-color: #65556D;
}
</style>