Shades of Fedora #66526C
Tints of Fedora #66526C
RGB
CMYK
RGB Variations
Color information
#66526C (or 0x66526C) is known color: Fedora. HEX triplet: 66, 52 and 6C. RGB value is (102,82,108). Sum of RGB (Red+Green+Blue) = 102+82+108=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #66526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66526C is #99AD93. Grayscale: #5A5A5A. Windows color (decimal): -10071444 or 7098982. OLE color: 7098982.
HSL color Cylindrical-coordinate representation of color #66526C: hue angle of 286.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66526C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 82 | 108 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.58 |
| HSL | 286.15º | 0.14% | 0.37% | - |
| HSV(B) | 286.15º | 0.24% | 0.42% | - |
| XYZ | 11.2 | 9.94 | 15.52 | - |
| YUV | 90.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 108 | 0.06 | 0.24 | 0 | 0.58 | 286.15 | 0.14 | 0.37 |
| Hex | 66 | 52 | 6C | 6 | 18 | 0 | 3A | 11E | E | 25 |
| Octal | 146 | 122 | 154 | 6 | 30 | 0 | 72 | 436 | 16 | 45 |
| Binary | 1100110 | 1010010 | 1101100 | 110 | 11000 | 0 | 111010 | 100011110 | 1110 | 100101 |
Color Harmonies of #66526C
Complementary color
Monochromatic Colors of #66526C
Black with #66526C
Text Example
Text Example
White with #66526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66526C; }
p { color: rgb(102,82,108); }
H1.HeaderClassName
{
color: #66526C;
}
.AnyTagClassName
{
color: #66526C;
}
</style>
background-color css
<style>
a { background-color: #66526C; }
a { background-color: rgb(102,82,108); }
div.DivClassName
{
background-color: #66526C;
}
.BgClassName
{
background-color: #66526C;
}
</style>
border-color css
<style>
span { border-color: #66526C; }
span { border-color: rgb(102,82,108); }
td.TdClassName
{
border-color: #66526C;
}
.TagClassName
{
border-color: #66526C;
}
</style>