Shades of Butterfly Bush #66529C
Tints of Butterfly Bush #66529C
RGB
CMYK
RGB Variations
Color information
#66529C (or 0x66529C) is known color: Butterfly Bush. HEX triplet: 66, 52 and 9C. RGB value is (102,82,156). Sum of RGB (Red+Green+Blue) = 102+82+156=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #66529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66529C is #99AD63. Grayscale: #606060. Windows color (decimal): -10071396 or 10244710. OLE color: 10244710.
HSL color Cylindrical-coordinate representation of color #66529C: hue angle of 256.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66529C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 82 | 156 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.39 |
| HSL | 256.22º | 0.31% | 0.47% | - |
| HSV(B) | 256.22º | 0.47% | 0.61% | - |
| XYZ | 14.5 | 11.26 | 32.86 | - |
| YUV | 96.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 156 | 0.35 | 0.47 | 0 | 0.39 | 256.22 | 0.31 | 0.47 |
| Hex | 66 | 52 | 9C | 23 | 2F | 0 | 27 | 100 | 1F | 2F |
| Octal | 146 | 122 | 234 | 43 | 57 | 0 | 47 | 400 | 37 | 57 |
| Binary | 1100110 | 1010010 | 10011100 | 100011 | 101111 | 0 | 100111 | 100000000 | 11111 | 101111 |
Color Harmonies of #66529C
Complementary color
Monochromatic Colors of #66529C
Black with #66529C
Text Example
Text Example
White with #66529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66529C; }
p { color: rgb(102,82,156); }
H1.HeaderClassName
{
color: #66529C;
}
.AnyTagClassName
{
color: #66529C;
}
</style>
background-color css
<style>
a { background-color: #66529C; }
a { background-color: rgb(102,82,156); }
div.DivClassName
{
background-color: #66529C;
}
.BgClassName
{
background-color: #66529C;
}
</style>
border-color css
<style>
span { border-color: #66529C; }
span { border-color: rgb(102,82,156); }
td.TdClassName
{
border-color: #66529C;
}
.TagClassName
{
border-color: #66529C;
}
</style>