Shades of Fedora #65556E
Tints of Fedora #65556E
RGB
CMYK
RGB Variations
Color information
#65556E (or 0x65556E) is known color: Fedora. HEX triplet: 65, 55 and 6E. RGB value is (101,85,110). Sum of RGB (Red+Green+Blue) = 101+85+110=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #65556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65556E is #9AAA91. Grayscale: #5C5C5C. Windows color (decimal): -10136210 or 7230821. OLE color: 7230821.
HSL color Cylindrical-coordinate representation of color #65556E: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65556E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 85 | 110 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.57 |
| HSL | 278.4º | 0.13% | 0.38% | - |
| HSV(B) | 278.4º | 0.23% | 0.43% | - |
| XYZ | 11.43 | 10.39 | 16.15 | - |
| YUV | 92.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 110 | 0.08 | 0.23 | 0 | 0.57 | 278.4 | 0.13 | 0.38 |
| Hex | 65 | 55 | 6E | 8 | 17 | 0 | 39 | 116 | D | 26 |
| Octal | 145 | 125 | 156 | 10 | 27 | 0 | 71 | 426 | 15 | 46 |
| Binary | 1100101 | 1010101 | 1101110 | 1000 | 10111 | 0 | 111001 | 100010110 | 1101 | 100110 |
Color Harmonies of #65556E
Complementary color
Monochromatic Colors of #65556E
Black with #65556E
Text Example
Text Example
White with #65556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65556E; }
p { color: rgb(101,85,110); }
H1.HeaderClassName
{
color: #65556E;
}
.AnyTagClassName
{
color: #65556E;
}
</style>
background-color css
<style>
a { background-color: #65556E; }
a { background-color: rgb(101,85,110); }
div.DivClassName
{
background-color: #65556E;
}
.BgClassName
{
background-color: #65556E;
}
</style>
border-color css
<style>
span { border-color: #65556E; }
span { border-color: rgb(101,85,110); }
td.TdClassName
{
border-color: #65556E;
}
.TagClassName
{
border-color: #65556E;
}
</style>