Shades of Fedora #65566D
Tints of Fedora #65566D
RGB
CMYK
RGB Variations
Color information
#65566D (or 0x65566D) is known color: Fedora. HEX triplet: 65, 56 and 6D. RGB value is (101,86,109). Sum of RGB (Red+Green+Blue) = 101+86+109=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #65566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65566D is #9AA992. Grayscale: #5D5D5D. Windows color (decimal): -10135955 or 7165541. OLE color: 7165541.
HSL color Cylindrical-coordinate representation of color #65566D: hue angle of 279.13º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65566D is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 86 | 109 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.57 |
| HSL | 279.13º | 0.12% | 0.38% | - |
| HSV(B) | 279.13º | 0.21% | 0.43% | - |
| XYZ | 11.45 | 10.53 | 15.9 | - |
| YUV | 93.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 109 | 0.07 | 0.21 | 0 | 0.57 | 279.13 | 0.12 | 0.38 |
| Hex | 65 | 56 | 6D | 7 | 15 | 0 | 39 | 117 | C | 26 |
| Octal | 145 | 126 | 155 | 7 | 25 | 0 | 71 | 427 | 14 | 46 |
| Binary | 1100101 | 1010110 | 1101101 | 111 | 10101 | 0 | 111001 | 100010111 | 1100 | 100110 |
Color Harmonies of #65566D
Complementary color
Monochromatic Colors of #65566D
Black with #65566D
Text Example
Text Example
White with #65566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65566D; }
p { color: rgb(101,86,109); }
H1.HeaderClassName
{
color: #65566D;
}
.AnyTagClassName
{
color: #65566D;
}
</style>
background-color css
<style>
a { background-color: #65566D; }
a { background-color: rgb(101,86,109); }
div.DivClassName
{
background-color: #65566D;
}
.BgClassName
{
background-color: #65566D;
}
</style>
border-color css
<style>
span { border-color: #65566D; }
span { border-color: rgb(101,86,109); }
td.TdClassName
{
border-color: #65566D;
}
.TagClassName
{
border-color: #65566D;
}
</style>