Shades of Butterfly Bush #66529D
Tints of Butterfly Bush #66529D
RGB
CMYK
RGB Variations
Color information
#66529D (or 0x66529D) is known color: Butterfly Bush. HEX triplet: 66, 52 and 9D. RGB value is (102,82,157). Sum of RGB (Red+Green+Blue) = 102+82+157=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #66529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66529D is #99AD62. Grayscale: #606060. Windows color (decimal): -10071395 or 10310246. OLE color: 10310246.
HSL color Cylindrical-coordinate representation of color #66529D: hue angle of 256º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66529D is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 82 | 157 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.38 |
| HSL | 256º | 0.31% | 0.47% | - |
| HSV(B) | 256º | 0.48% | 0.62% | - |
| XYZ | 14.58 | 11.29 | 33.31 | - |
| YUV | 96.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 157 | 0.35 | 0.48 | 0 | 0.38 | 256 | 0.31 | 0.47 |
| Hex | 66 | 52 | 9D | 23 | 30 | 0 | 26 | 100 | 1F | 2F |
| Octal | 146 | 122 | 235 | 43 | 60 | 0 | 46 | 400 | 37 | 57 |
| Binary | 1100110 | 1010010 | 10011101 | 100011 | 110000 | 0 | 100110 | 100000000 | 11111 | 101111 |
Color Harmonies of #66529D
Complementary color
Monochromatic Colors of #66529D
Black with #66529D
Text Example
Text Example
White with #66529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66529D; }
p { color: rgb(102,82,157); }
H1.HeaderClassName
{
color: #66529D;
}
.AnyTagClassName
{
color: #66529D;
}
</style>
background-color css
<style>
a { background-color: #66529D; }
a { background-color: rgb(102,82,157); }
div.DivClassName
{
background-color: #66529D;
}
.BgClassName
{
background-color: #66529D;
}
</style>
border-color css
<style>
span { border-color: #66529D; }
span { border-color: rgb(102,82,157); }
td.TdClassName
{
border-color: #66529D;
}
.TagClassName
{
border-color: #66529D;
}
</style>