Shades of Fedora #65526D
Tints of Fedora #65526D
RGB
CMYK
RGB Variations
Color information
#65526D (or 0x65526D) is known color: Fedora. HEX triplet: 65, 52 and 6D. RGB value is (101,82,109). Sum of RGB (Red+Green+Blue) = 101+82+109=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #65526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65526D is #9AAD92. Grayscale: #5A5A5A. Windows color (decimal): -10136979 or 7164517. OLE color: 7164517.
HSL color Cylindrical-coordinate representation of color #65526D: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65526D is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 82 | 109 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.57 |
| HSL | 282.22º | 0.14% | 0.37% | - |
| HSV(B) | 282.22º | 0.25% | 0.43% | - |
| XYZ | 11.14 | 9.91 | 15.79 | - |
| YUV | 90.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 109 | 0.07 | 0.25 | 0 | 0.57 | 282.22 | 0.14 | 0.37 |
| Hex | 65 | 52 | 6D | 7 | 19 | 0 | 39 | 11A | E | 25 |
| Octal | 145 | 122 | 155 | 7 | 31 | 0 | 71 | 432 | 16 | 45 |
| Binary | 1100101 | 1010010 | 1101101 | 111 | 11001 | 0 | 111001 | 100011010 | 1110 | 100101 |
Color Harmonies of #65526D
Complementary color
Monochromatic Colors of #65526D
Black with #65526D
Text Example
Text Example
White with #65526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65526D; }
p { color: rgb(101,82,109); }
H1.HeaderClassName
{
color: #65526D;
}
.AnyTagClassName
{
color: #65526D;
}
</style>
background-color css
<style>
a { background-color: #65526D; }
a { background-color: rgb(101,82,109); }
div.DivClassName
{
background-color: #65526D;
}
.BgClassName
{
background-color: #65526D;
}
</style>
border-color css
<style>
span { border-color: #65526D; }
span { border-color: rgb(101,82,109); }
td.TdClassName
{
border-color: #65526D;
}
.TagClassName
{
border-color: #65526D;
}
</style>