Shades of Fedora #64526D
Tints of Fedora #64526D
RGB
CMYK
RGB Variations
Color information
#64526D (or 0x64526D) is known color: Fedora. HEX triplet: 64, 52 and 6D. RGB value is (100,82,109). Sum of RGB (Red+Green+Blue) = 100+82+109=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #64526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64526D is #9BAD92. Grayscale: #5A5A5A. Windows color (decimal): -10202515 or 7164516. OLE color: 7164516.
HSL color Cylindrical-coordinate representation of color #64526D: hue angle of 280º 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 #64526D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 82 | 109 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.57 |
| HSL | 280º | 0.14% | 0.37% | - |
| HSV(B) | 280º | 0.25% | 0.43% | - |
| XYZ | 11.03 | 9.85 | 15.79 | - |
| YUV | 90.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 109 | 0.08 | 0.25 | 0 | 0.57 | 280 | 0.14 | 0.37 |
| Hex | 64 | 52 | 6D | 8 | 19 | 0 | 39 | 118 | E | 25 |
| Octal | 144 | 122 | 155 | 10 | 31 | 0 | 71 | 430 | 16 | 45 |
| Binary | 1100100 | 1010010 | 1101101 | 1000 | 11001 | 0 | 111001 | 100011000 | 1110 | 100101 |
Color Harmonies of #64526D
Complementary color
Monochromatic Colors of #64526D
Black with #64526D
Text Example
Text Example
White with #64526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64526D; }
p { color: rgb(100,82,109); }
H1.HeaderClassName
{
color: #64526D;
}
.AnyTagClassName
{
color: #64526D;
}
</style>
background-color css
<style>
a { background-color: #64526D; }
a { background-color: rgb(100,82,109); }
div.DivClassName
{
background-color: #64526D;
}
.BgClassName
{
background-color: #64526D;
}
</style>
border-color css
<style>
span { border-color: #64526D; }
span { border-color: rgb(100,82,109); }
td.TdClassName
{
border-color: #64526D;
}
.TagClassName
{
border-color: #64526D;
}
</style>