Shades of Butterfly Bush #65558D
Tints of Butterfly Bush #65558D
RGB
CMYK
RGB Variations
Color information
#65558D (or 0x65558D) is known color: Butterfly Bush. HEX triplet: 65, 55 and 8D. RGB value is (101,85,141). Sum of RGB (Red+Green+Blue) = 101+85+141=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #65558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65558D is #9AAA72. Grayscale: #5F5F5F. Windows color (decimal): -10136179 or 9262437. OLE color: 9262437.
HSL color Cylindrical-coordinate representation of color #65558D: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65558D is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 85 | 141 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.45 |
| HSL | 257.14º | 0.25% | 0.44% | - |
| HSV(B) | 257.14º | 0.4% | 0.55% | - |
| XYZ | 13.42 | 11.19 | 26.65 | - |
| YUV | 96.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 141 | 0.28 | 0.40 | 0 | 0.45 | 257.14 | 0.25 | 0.44 |
| Hex | 65 | 55 | 8D | 1C | 28 | 0 | 2D | 101 | 19 | 2C |
| Octal | 145 | 125 | 215 | 34 | 50 | 0 | 55 | 401 | 31 | 54 |
| Binary | 1100101 | 1010101 | 10001101 | 11100 | 101000 | 0 | 101101 | 100000001 | 11001 | 101100 |
Color Harmonies of #65558D
Complementary color
Monochromatic Colors of #65558D
Black with #65558D
Text Example
Text Example
White with #65558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65558D; }
p { color: rgb(101,85,141); }
H1.HeaderClassName
{
color: #65558D;
}
.AnyTagClassName
{
color: #65558D;
}
</style>
background-color css
<style>
a { background-color: #65558D; }
a { background-color: rgb(101,85,141); }
div.DivClassName
{
background-color: #65558D;
}
.BgClassName
{
background-color: #65558D;
}
</style>
border-color css
<style>
span { border-color: #65558D; }
span { border-color: rgb(101,85,141); }
td.TdClassName
{
border-color: #65558D;
}
.TagClassName
{
border-color: #65558D;
}
</style>