Shades of Fedora #66526D
Tints of Fedora #66526D
RGB
CMYK
RGB Variations
Color information
#66526D (or 0x66526D) is known color: Fedora. HEX triplet: 66, 52 and 6D. RGB value is (102,82,109). Sum of RGB (Red+Green+Blue) = 102+82+109=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 82 (32.42% from 255 or 27.99% 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 #66526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66526D is #99AD92. Grayscale: #5A5A5A. Windows color (decimal): -10071443 or 7164518. OLE color: 7164518.
HSL color Cylindrical-coordinate representation of color #66526D: hue angle of 284.44º 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 #66526D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 82 | 109 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.57 |
| HSL | 284.44º | 0.14% | 0.37% | - |
| HSV(B) | 284.44º | 0.25% | 0.43% | - |
| XYZ | 11.26 | 9.96 | 15.8 | - |
| YUV | 91.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 109 | 0.06 | 0.25 | 0 | 0.57 | 284.44 | 0.14 | 0.37 |
| Hex | 66 | 52 | 6D | 6 | 19 | 0 | 39 | 11C | E | 25 |
| Octal | 146 | 122 | 155 | 6 | 31 | 0 | 71 | 434 | 16 | 45 |
| Binary | 1100110 | 1010010 | 1101101 | 110 | 11001 | 0 | 111001 | 100011100 | 1110 | 100101 |
Color Harmonies of #66526D
Complementary color
Monochromatic Colors of #66526D
Black with #66526D
Text Example
Text Example
White with #66526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66526D; }
p { color: rgb(102,82,109); }
H1.HeaderClassName
{
color: #66526D;
}
.AnyTagClassName
{
color: #66526D;
}
</style>
background-color css
<style>
a { background-color: #66526D; }
a { background-color: rgb(102,82,109); }
div.DivClassName
{
background-color: #66526D;
}
.BgClassName
{
background-color: #66526D;
}
</style>
border-color css
<style>
span { border-color: #66526D; }
span { border-color: rgb(102,82,109); }
td.TdClassName
{
border-color: #66526D;
}
.TagClassName
{
border-color: #66526D;
}
</style>