Shades of Butterfly Bush #65529C
Tints of Butterfly Bush #65529C
RGB
CMYK
RGB Variations
Color information
#65529C (or 0x65529C) is known color: Butterfly Bush. HEX triplet: 65, 52 and 9C. RGB value is (101,82,156). Sum of RGB (Red+Green+Blue) = 101+82+156=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #65529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65529C is #9AAD63. Grayscale: #5F5F5F. Windows color (decimal): -10136932 or 10244709. OLE color: 10244709.
HSL color Cylindrical-coordinate representation of color #65529C: hue angle of 255.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65529C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 82 | 156 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.39 |
| HSL | 255.41º | 0.31% | 0.47% | - |
| HSV(B) | 255.41º | 0.47% | 0.61% | - |
| XYZ | 14.38 | 11.2 | 32.86 | - |
| YUV | 96.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 156 | 0.35 | 0.47 | 0 | 0.39 | 255.41 | 0.31 | 0.47 |
| Hex | 65 | 52 | 9C | 23 | 2F | 0 | 27 | FF | 1F | 2F |
| Octal | 145 | 122 | 234 | 43 | 57 | 0 | 47 | 377 | 37 | 57 |
| Binary | 1100101 | 1010010 | 10011100 | 100011 | 101111 | 0 | 100111 | 11111111 | 11111 | 101111 |
Color Harmonies of #65529C
Complementary color
Monochromatic Colors of #65529C
Black with #65529C
Text Example
Text Example
White with #65529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65529C; }
p { color: rgb(101,82,156); }
H1.HeaderClassName
{
color: #65529C;
}
.AnyTagClassName
{
color: #65529C;
}
</style>
background-color css
<style>
a { background-color: #65529C; }
a { background-color: rgb(101,82,156); }
div.DivClassName
{
background-color: #65529C;
}
.BgClassName
{
background-color: #65529C;
}
</style>
border-color css
<style>
span { border-color: #65529C; }
span { border-color: rgb(101,82,156); }
td.TdClassName
{
border-color: #65529C;
}
.TagClassName
{
border-color: #65529C;
}
</style>