Shades of Butterfly Bush #65529D
Tints of Butterfly Bush #65529D
RGB
CMYK
RGB Variations
Color information
#65529D (or 0x65529D) is known color: Butterfly Bush. HEX triplet: 65, 52 and 9D. RGB value is (101,82,157). Sum of RGB (Red+Green+Blue) = 101+82+157=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #65529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65529D is #9AAD62. Grayscale: #5F5F5F. Windows color (decimal): -10136931 or 10310245. OLE color: 10310245.
HSL color Cylindrical-coordinate representation of color #65529D: hue angle of 255.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65529D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 82 | 157 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.38 |
| HSL | 255.2º | 0.31% | 0.47% | - |
| HSV(B) | 255.2º | 0.48% | 0.62% | - |
| XYZ | 14.47 | 11.24 | 33.3 | - |
| YUV | 96.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 157 | 0.36 | 0.48 | 0 | 0.38 | 255.2 | 0.31 | 0.47 |
| Hex | 65 | 52 | 9D | 24 | 30 | 0 | 26 | FF | 1F | 2F |
| Octal | 145 | 122 | 235 | 44 | 60 | 0 | 46 | 377 | 37 | 57 |
| Binary | 1100101 | 1010010 | 10011101 | 100100 | 110000 | 0 | 100110 | 11111111 | 11111 | 101111 |
Color Harmonies of #65529D
Complementary color
Monochromatic Colors of #65529D
Black with #65529D
Text Example
Text Example
White with #65529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65529D; }
p { color: rgb(101,82,157); }
H1.HeaderClassName
{
color: #65529D;
}
.AnyTagClassName
{
color: #65529D;
}
</style>
background-color css
<style>
a { background-color: #65529D; }
a { background-color: rgb(101,82,157); }
div.DivClassName
{
background-color: #65529D;
}
.BgClassName
{
background-color: #65529D;
}
</style>
border-color css
<style>
span { border-color: #65529D; }
span { border-color: rgb(101,82,157); }
td.TdClassName
{
border-color: #65529D;
}
.TagClassName
{
border-color: #65529D;
}
</style>