Shades of Fedora #65596B
Tints of Fedora #65596B
RGB
CMYK
RGB Variations
Color information
#65596B (or 0x65596B) is known color: Fedora. HEX triplet: 65, 59 and 6B. RGB value is (101,89,107). Sum of RGB (Red+Green+Blue) = 101+89+107=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #65596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65596B is #9AA694. Grayscale: #5E5E5E. Windows color (decimal): -10135189 or 7035237. OLE color: 7035237.
HSL color Cylindrical-coordinate representation of color #65596B: hue angle of 280º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65596B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 89 | 107 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.58 |
| HSL | 280º | 0.09% | 0.38% | - |
| HSV(B) | 280º | 0.17% | 0.42% | - |
| XYZ | 11.59 | 10.97 | 15.42 | - |
| YUV | 94.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 107 | 0.06 | 0.17 | 0 | 0.58 | 280 | 0.09 | 0.38 |
| Hex | 65 | 59 | 6B | 6 | 11 | 0 | 3A | 118 | 9 | 26 |
| Octal | 145 | 131 | 153 | 6 | 21 | 0 | 72 | 430 | 11 | 46 |
| Binary | 1100101 | 1011001 | 1101011 | 110 | 10001 | 0 | 111010 | 100011000 | 1001 | 100110 |
Color Harmonies of #65596B
Complementary color
Monochromatic Colors of #65596B
Black with #65596B
Text Example
Text Example
White with #65596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65596B; }
p { color: rgb(101,89,107); }
H1.HeaderClassName
{
color: #65596B;
}
.AnyTagClassName
{
color: #65596B;
}
</style>
background-color css
<style>
a { background-color: #65596B; }
a { background-color: rgb(101,89,107); }
div.DivClassName
{
background-color: #65596B;
}
.BgClassName
{
background-color: #65596B;
}
</style>
border-color css
<style>
span { border-color: #65596B; }
span { border-color: rgb(101,89,107); }
td.TdClassName
{
border-color: #65596B;
}
.TagClassName
{
border-color: #65596B;
}
</style>