Shades of Butterfly Bush #65549C
Tints of Butterfly Bush #65549C
RGB
CMYK
RGB Variations
Color information
#65549C (or 0x65549C) is known color: Butterfly Bush. HEX triplet: 65, 54 and 9C. RGB value is (101,84,156). Sum of RGB (Red+Green+Blue) = 101+84+156=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #65549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65549C is #9AAB63. Grayscale: #616161. Windows color (decimal): -10136420 or 10245221. OLE color: 10245221.
HSL color Cylindrical-coordinate representation of color #65549C: hue angle of 254.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65549C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 84 | 156 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.39 |
| HSL | 254.17º | 0.3% | 0.47% | - |
| HSV(B) | 254.17º | 0.46% | 0.61% | - |
| XYZ | 14.54 | 11.51 | 32.91 | - |
| YUV | 97.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 156 | 0.35 | 0.46 | 0 | 0.39 | 254.17 | 0.3 | 0.47 |
| Hex | 65 | 54 | 9C | 23 | 2E | 0 | 27 | FE | 1E | 2F |
| Octal | 145 | 124 | 234 | 43 | 56 | 0 | 47 | 376 | 36 | 57 |
| Binary | 1100101 | 1010100 | 10011100 | 100011 | 101110 | 0 | 100111 | 11111110 | 11110 | 101111 |
Color Harmonies of #65549C
Complementary color
Monochromatic Colors of #65549C
Black with #65549C
Text Example
Text Example
White with #65549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65549C; }
p { color: rgb(101,84,156); }
H1.HeaderClassName
{
color: #65549C;
}
.AnyTagClassName
{
color: #65549C;
}
</style>
background-color css
<style>
a { background-color: #65549C; }
a { background-color: rgb(101,84,156); }
div.DivClassName
{
background-color: #65549C;
}
.BgClassName
{
background-color: #65549C;
}
</style>
border-color css
<style>
span { border-color: #65549C; }
span { border-color: rgb(101,84,156); }
td.TdClassName
{
border-color: #65549C;
}
.TagClassName
{
border-color: #65549C;
}
</style>