Shades of Fedora #65536E
Tints of Fedora #65536E
RGB
CMYK
RGB Variations
Color information
#65536E (or 0x65536E) is known color: Fedora. HEX triplet: 65, 53 and 6E. RGB value is (101,83,110). Sum of RGB (Red+Green+Blue) = 101+83+110=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #65536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536E is #9AAC91. Grayscale: #5B5B5B. Windows color (decimal): -10136722 or 7230309. OLE color: 7230309.
HSL color Cylindrical-coordinate representation of color #65536E: hue angle of 280º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65536E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 83 | 110 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.57 |
| HSL | 280º | 0.14% | 0.38% | - |
| HSV(B) | 280º | 0.25% | 0.43% | - |
| XYZ | 11.27 | 10.08 | 16.1 | - |
| YUV | 91.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 110 | 0.08 | 0.25 | 0 | 0.57 | 280 | 0.14 | 0.38 |
| Hex | 65 | 53 | 6E | 8 | 19 | 0 | 39 | 118 | E | 26 |
| Octal | 145 | 123 | 156 | 10 | 31 | 0 | 71 | 430 | 16 | 46 |
| Binary | 1100101 | 1010011 | 1101110 | 1000 | 11001 | 0 | 111001 | 100011000 | 1110 | 100110 |
Color Harmonies of #65536E
Complementary color
Monochromatic Colors of #65536E
Black with #65536E
Text Example
Text Example
White with #65536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65536E; }
p { color: rgb(101,83,110); }
H1.HeaderClassName
{
color: #65536E;
}
.AnyTagClassName
{
color: #65536E;
}
</style>
background-color css
<style>
a { background-color: #65536E; }
a { background-color: rgb(101,83,110); }
div.DivClassName
{
background-color: #65536E;
}
.BgClassName
{
background-color: #65536E;
}
</style>
border-color css
<style>
span { border-color: #65536E; }
span { border-color: rgb(101,83,110); }
td.TdClassName
{
border-color: #65536E;
}
.TagClassName
{
border-color: #65536E;
}
</style>