Shades of Fedora #65506E
Tints of Fedora #65506E
RGB
CMYK
RGB Variations
Color information
#65506E (or 0x65506E) is known color: Fedora. HEX triplet: 65, 50 and 6E. RGB value is (101,80,110). Sum of RGB (Red+Green+Blue) = 101+80+110=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #65506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65506E is #9AAF91. Grayscale: #595959. Windows color (decimal): -10137490 or 7229541. OLE color: 7229541.
HSL color Cylindrical-coordinate representation of color #65506E: hue angle of 282º degrees, saturation: 0.16, 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 #65506E is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 80 | 110 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.57 |
| HSL | 282º | 0.16% | 0.37% | - |
| HSV(B) | 282º | 0.27% | 0.43% | - |
| XYZ | 11.05 | 9.63 | 16.03 | - |
| YUV | 89.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 110 | 0.08 | 0.27 | 0 | 0.57 | 282 | 0.16 | 0.37 |
| Hex | 65 | 50 | 6E | 8 | 1B | 0 | 39 | 11A | 10 | 25 |
| Octal | 145 | 120 | 156 | 10 | 33 | 0 | 71 | 432 | 20 | 45 |
| Binary | 1100101 | 1010000 | 1101110 | 1000 | 11011 | 0 | 111001 | 100011010 | 10000 | 100101 |
Color Harmonies of #65506E
Complementary color
Monochromatic Colors of #65506E
Black with #65506E
Text Example
Text Example
White with #65506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65506E; }
p { color: rgb(101,80,110); }
H1.HeaderClassName
{
color: #65506E;
}
.AnyTagClassName
{
color: #65506E;
}
</style>
background-color css
<style>
a { background-color: #65506E; }
a { background-color: rgb(101,80,110); }
div.DivClassName
{
background-color: #65506E;
}
.BgClassName
{
background-color: #65506E;
}
</style>
border-color css
<style>
span { border-color: #65506E; }
span { border-color: rgb(101,80,110); }
td.TdClassName
{
border-color: #65506E;
}
.TagClassName
{
border-color: #65506E;
}
</style>