Shades of Butterfly Bush #655588
Tints of Butterfly Bush #655588
RGB
CMYK
RGB Variations
Color information
#655588 (or 0x655588) is known color: Butterfly Bush. HEX triplet: 65, 55 and 88. RGB value is (101,85,136). Sum of RGB (Red+Green+Blue) = 101+85+136=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #655588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655588 is #9AAA77. Grayscale: #5F5F5F. Windows color (decimal): -10136184 or 8934757. OLE color: 8934757.
HSL color Cylindrical-coordinate representation of color #655588: hue angle of 258.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #655588 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 85 | 136 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.47 |
| HSL | 258.82º | 0.23% | 0.43% | - |
| HSV(B) | 258.82º | 0.38% | 0.53% | - |
| XYZ | 13.06 | 11.04 | 24.74 | - |
| YUV | 95.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 136 | 0.26 | 0.38 | 0 | 0.47 | 258.82 | 0.23 | 0.43 |
| Hex | 65 | 55 | 88 | 1A | 26 | 0 | 2F | 103 | 17 | 2B |
| Octal | 145 | 125 | 210 | 32 | 46 | 0 | 57 | 403 | 27 | 53 |
| Binary | 1100101 | 1010101 | 10001000 | 11010 | 100110 | 0 | 101111 | 100000011 | 10111 | 101011 |
Color Harmonies of #655588
Complementary color
Monochromatic Colors of #655588
Black with #655588
Text Example
Text Example
White with #655588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655588; }
p { color: rgb(101,85,136); }
H1.HeaderClassName
{
color: #655588;
}
.AnyTagClassName
{
color: #655588;
}
</style>
background-color css
<style>
a { background-color: #655588; }
a { background-color: rgb(101,85,136); }
div.DivClassName
{
background-color: #655588;
}
.BgClassName
{
background-color: #655588;
}
</style>
border-color css
<style>
span { border-color: #655588; }
span { border-color: rgb(101,85,136); }
td.TdClassName
{
border-color: #655588;
}
.TagClassName
{
border-color: #655588;
}
</style>