Shades of Butterfly Bush #66529A
Tints of Butterfly Bush #66529A
RGB
CMYK
RGB Variations
Color information
#66529A (or 0x66529A) is known color: Butterfly Bush. HEX triplet: 66, 52 and 9A. RGB value is (102,82,154). Sum of RGB (Red+Green+Blue) = 102+82+154=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #66529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66529A is #99AD65. Grayscale: #5F5F5F. Windows color (decimal): -10071398 or 10113638. OLE color: 10113638.
HSL color Cylindrical-coordinate representation of color #66529A: hue angle of 256.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66529A is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 82 | 154 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.40 |
| HSL | 256.67º | 0.31% | 0.46% | - |
| HSV(B) | 256.67º | 0.47% | 0.6% | - |
| XYZ | 14.33 | 11.19 | 31.98 | - |
| YUV | 96.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 154 | 0.34 | 0.47 | 0 | 0.40 | 256.67 | 0.31 | 0.46 |
| Hex | 66 | 52 | 9A | 22 | 2F | 0 | 28 | 101 | 1F | 2E |
| Octal | 146 | 122 | 232 | 42 | 57 | 0 | 50 | 401 | 37 | 56 |
| Binary | 1100110 | 1010010 | 10011010 | 100010 | 101111 | 0 | 101000 | 100000001 | 11111 | 101110 |
Color Harmonies of #66529A
Complementary color
Monochromatic Colors of #66529A
Black with #66529A
Text Example
Text Example
White with #66529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66529A; }
p { color: rgb(102,82,154); }
H1.HeaderClassName
{
color: #66529A;
}
.AnyTagClassName
{
color: #66529A;
}
</style>
background-color css
<style>
a { background-color: #66529A; }
a { background-color: rgb(102,82,154); }
div.DivClassName
{
background-color: #66529A;
}
.BgClassName
{
background-color: #66529A;
}
</style>
border-color css
<style>
span { border-color: #66529A; }
span { border-color: rgb(102,82,154); }
td.TdClassName
{
border-color: #66529A;
}
.TagClassName
{
border-color: #66529A;
}
</style>