Shades of Butterfly Bush #66588C
Tints of Butterfly Bush #66588C
RGB
CMYK
RGB Variations
Color information
#66588C (or 0x66588C) is known color: Butterfly Bush. HEX triplet: 66, 58 and 8C. RGB value is (102,88,140). Sum of RGB (Red+Green+Blue) = 102+88+140=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #66588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66588C is #99A773. Grayscale: #616161. Windows color (decimal): -10069876 or 9197670. OLE color: 9197670.
HSL color Cylindrical-coordinate representation of color #66588C: hue angle of 256.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66588C is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 88 | 140 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.45 |
| HSL | 256.15º | 0.23% | 0.45% | - |
| HSV(B) | 256.15º | 0.37% | 0.55% | - |
| XYZ | 13.7 | 11.7 | 26.35 | - |
| YUV | 98.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 140 | 0.27 | 0.37 | 0 | 0.45 | 256.15 | 0.23 | 0.45 |
| Hex | 66 | 58 | 8C | 1B | 25 | 0 | 2D | 100 | 17 | 2D |
| Octal | 146 | 130 | 214 | 33 | 45 | 0 | 55 | 400 | 27 | 55 |
| Binary | 1100110 | 1011000 | 10001100 | 11011 | 100101 | 0 | 101101 | 100000000 | 10111 | 101101 |
Color Harmonies of #66588C
Complementary color
Monochromatic Colors of #66588C
Black with #66588C
Text Example
Text Example
White with #66588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66588C; }
p { color: rgb(102,88,140); }
H1.HeaderClassName
{
color: #66588C;
}
.AnyTagClassName
{
color: #66588C;
}
</style>
background-color css
<style>
a { background-color: #66588C; }
a { background-color: rgb(102,88,140); }
div.DivClassName
{
background-color: #66588C;
}
.BgClassName
{
background-color: #66588C;
}
</style>
border-color css
<style>
span { border-color: #66588C; }
span { border-color: rgb(102,88,140); }
td.TdClassName
{
border-color: #66588C;
}
.TagClassName
{
border-color: #66588C;
}
</style>