Shades of Butterfly Bush #66528A
Tints of Butterfly Bush #66528A
RGB
CMYK
RGB Variations
Color information
#66528A (or 0x66528A) is known color: Butterfly Bush. HEX triplet: 66, 52 and 8A. RGB value is (102,82,138). Sum of RGB (Red+Green+Blue) = 102+82+138=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #66528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66528A is #99AD75. Grayscale: #5E5E5E. Windows color (decimal): -10071414 or 9065062. OLE color: 9065062.
HSL color Cylindrical-coordinate representation of color #66528A: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66528A is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 82 | 138 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.46 |
| HSL | 261.43º | 0.25% | 0.43% | - |
| HSV(B) | 261.43º | 0.41% | 0.54% | - |
| XYZ | 13.08 | 10.69 | 25.42 | - |
| YUV | 94.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 138 | 0.26 | 0.41 | 0 | 0.46 | 261.43 | 0.25 | 0.43 |
| Hex | 66 | 52 | 8A | 1A | 29 | 0 | 2E | 105 | 19 | 2B |
| Octal | 146 | 122 | 212 | 32 | 51 | 0 | 56 | 405 | 31 | 53 |
| Binary | 1100110 | 1010010 | 10001010 | 11010 | 101001 | 0 | 101110 | 100000101 | 11001 | 101011 |
Color Harmonies of #66528A
Complementary color
Monochromatic Colors of #66528A
Black with #66528A
Text Example
Text Example
White with #66528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66528A; }
p { color: rgb(102,82,138); }
H1.HeaderClassName
{
color: #66528A;
}
.AnyTagClassName
{
color: #66528A;
}
</style>
background-color css
<style>
a { background-color: #66528A; }
a { background-color: rgb(102,82,138); }
div.DivClassName
{
background-color: #66528A;
}
.BgClassName
{
background-color: #66528A;
}
</style>
border-color css
<style>
span { border-color: #66528A; }
span { border-color: rgb(102,82,138); }
td.TdClassName
{
border-color: #66528A;
}
.TagClassName
{
border-color: #66528A;
}
</style>