Shades of Butterfly Bush #66557F
Tints of Butterfly Bush #66557F
RGB
CMYK
RGB Variations
Color information
#66557F (or 0x66557F) is known color: Butterfly Bush. HEX triplet: 66, 55 and 7F. RGB value is (102,85,127). Sum of RGB (Red+Green+Blue) = 102+85+127=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #66557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66557F is #99AA80. Grayscale: #5E5E5E. Windows color (decimal): -10070657 or 8344934. OLE color: 8344934.
HSL color Cylindrical-coordinate representation of color #66557F: hue angle of 264.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66557F is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 85 | 127 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.50 |
| HSL | 264.29º | 0.2% | 0.42% | - |
| HSV(B) | 264.29º | 0.33% | 0.5% | - |
| XYZ | 12.56 | 10.85 | 21.51 | - |
| YUV | 94.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 127 | 0.20 | 0.33 | 0 | 0.50 | 264.29 | 0.2 | 0.42 |
| Hex | 66 | 55 | 7F | 14 | 21 | 0 | 32 | 108 | 14 | 2A |
| Octal | 146 | 125 | 177 | 24 | 41 | 0 | 62 | 410 | 24 | 52 |
| Binary | 1100110 | 1010101 | 1111111 | 10100 | 100001 | 0 | 110010 | 100001000 | 10100 | 101010 |
Color Harmonies of #66557F
Complementary color
Monochromatic Colors of #66557F
Black with #66557F
Text Example
Text Example
White with #66557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66557F; }
p { color: rgb(102,85,127); }
H1.HeaderClassName
{
color: #66557F;
}
.AnyTagClassName
{
color: #66557F;
}
</style>
background-color css
<style>
a { background-color: #66557F; }
a { background-color: rgb(102,85,127); }
div.DivClassName
{
background-color: #66557F;
}
.BgClassName
{
background-color: #66557F;
}
</style>
border-color css
<style>
span { border-color: #66557F; }
span { border-color: rgb(102,85,127); }
td.TdClassName
{
border-color: #66557F;
}
.TagClassName
{
border-color: #66557F;
}
</style>