Shades of Fedora #65536D
Tints of Fedora #65536D
RGB
CMYK
RGB Variations
Color information
#65536D (or 0x65536D) is known color: Fedora. HEX triplet: 65, 53 and 6D. RGB value is (101,83,109). Sum of RGB (Red+Green+Blue) = 101+83+109=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #65536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536D is #9AAC92. Grayscale: #5B5B5B. Windows color (decimal): -10136723 or 7164773. OLE color: 7164773.
HSL color Cylindrical-coordinate representation of color #65536D: hue angle of 281.54º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65536D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 83 | 109 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.57 |
| HSL | 281.54º | 0.14% | 0.38% | - |
| HSV(B) | 281.54º | 0.24% | 0.43% | - |
| XYZ | 11.22 | 10.06 | 15.82 | - |
| YUV | 91.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 109 | 0.07 | 0.24 | 0 | 0.57 | 281.54 | 0.14 | 0.38 |
| Hex | 65 | 53 | 6D | 7 | 18 | 0 | 39 | 11A | E | 26 |
| Octal | 145 | 123 | 155 | 7 | 30 | 0 | 71 | 432 | 16 | 46 |
| Binary | 1100101 | 1010011 | 1101101 | 111 | 11000 | 0 | 111001 | 100011010 | 1110 | 100110 |
Color Harmonies of #65536D
Complementary color
Monochromatic Colors of #65536D
Black with #65536D
Text Example
Text Example
White with #65536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65536D; }
p { color: rgb(101,83,109); }
H1.HeaderClassName
{
color: #65536D;
}
.AnyTagClassName
{
color: #65536D;
}
</style>
background-color css
<style>
a { background-color: #65536D; }
a { background-color: rgb(101,83,109); }
div.DivClassName
{
background-color: #65536D;
}
.BgClassName
{
background-color: #65536D;
}
</style>
border-color css
<style>
span { border-color: #65536D; }
span { border-color: rgb(101,83,109); }
td.TdClassName
{
border-color: #65536D;
}
.TagClassName
{
border-color: #65536D;
}
</style>