Shades of Fedora #65506D
Tints of Fedora #65506D
RGB
CMYK
RGB Variations
Color information
#65506D (or 0x65506D) is known color: Fedora. HEX triplet: 65, 50 and 6D. RGB value is (101,80,109). Sum of RGB (Red+Green+Blue) = 101+80+109=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #65506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65506D is #9AAF92. Grayscale: #595959. Windows color (decimal): -10137491 or 7164005. OLE color: 7164005.
HSL color Cylindrical-coordinate representation of color #65506D: hue angle of 283.45º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65506D is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 80 | 109 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.57 |
| HSL | 283.45º | 0.15% | 0.37% | - |
| HSV(B) | 283.45º | 0.27% | 0.43% | - |
| XYZ | 11 | 9.61 | 15.74 | - |
| YUV | 89.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 109 | 0.07 | 0.27 | 0 | 0.57 | 283.45 | 0.15 | 0.37 |
| Hex | 65 | 50 | 6D | 7 | 1B | 0 | 39 | 11B | F | 25 |
| Octal | 145 | 120 | 155 | 7 | 33 | 0 | 71 | 433 | 17 | 45 |
| Binary | 1100101 | 1010000 | 1101101 | 111 | 11011 | 0 | 111001 | 100011011 | 1111 | 100101 |
Color Harmonies of #65506D
Complementary color
Monochromatic Colors of #65506D
Black with #65506D
Text Example
Text Example
White with #65506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65506D; }
p { color: rgb(101,80,109); }
H1.HeaderClassName
{
color: #65506D;
}
.AnyTagClassName
{
color: #65506D;
}
</style>
background-color css
<style>
a { background-color: #65506D; }
a { background-color: rgb(101,80,109); }
div.DivClassName
{
background-color: #65506D;
}
.BgClassName
{
background-color: #65506D;
}
</style>
border-color css
<style>
span { border-color: #65506D; }
span { border-color: rgb(101,80,109); }
td.TdClassName
{
border-color: #65506D;
}
.TagClassName
{
border-color: #65506D;
}
</style>