Shades of Fedora #66526F
Tints of Fedora #66526F
RGB
CMYK
RGB Variations
Color information
#66526F (or 0x66526F) is known color: Fedora. HEX triplet: 66, 52 and 6F. RGB value is (102,82,111). Sum of RGB (Red+Green+Blue) = 102+82+111=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #66526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66526F is #99AD90. Grayscale: #5B5B5B. Windows color (decimal): -10071441 or 7295590. OLE color: 7295590.
HSL color Cylindrical-coordinate representation of color #66526F: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66526F is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 82 | 111 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.56 |
| HSL | 281.38º | 0.15% | 0.38% | - |
| HSV(B) | 281.38º | 0.26% | 0.44% | - |
| XYZ | 11.37 | 10.01 | 16.37 | - |
| YUV | 91.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 111 | 0.08 | 0.26 | 0 | 0.56 | 281.38 | 0.15 | 0.38 |
| Hex | 66 | 52 | 6F | 8 | 1A | 0 | 38 | 119 | F | 26 |
| Octal | 146 | 122 | 157 | 10 | 32 | 0 | 70 | 431 | 17 | 46 |
| Binary | 1100110 | 1010010 | 1101111 | 1000 | 11010 | 0 | 111000 | 100011001 | 1111 | 100110 |
Color Harmonies of #66526F
Complementary color
Monochromatic Colors of #66526F
Black with #66526F
Text Example
Text Example
White with #66526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66526F; }
p { color: rgb(102,82,111); }
H1.HeaderClassName
{
color: #66526F;
}
.AnyTagClassName
{
color: #66526F;
}
</style>
background-color css
<style>
a { background-color: #66526F; }
a { background-color: rgb(102,82,111); }
div.DivClassName
{
background-color: #66526F;
}
.BgClassName
{
background-color: #66526F;
}
</style>
border-color css
<style>
span { border-color: #66526F; }
span { border-color: rgb(102,82,111); }
td.TdClassName
{
border-color: #66526F;
}
.TagClassName
{
border-color: #66526F;
}
</style>