Shades of Butterfly Bush #65527D
Tints of Butterfly Bush #65527D
RGB
CMYK
RGB Variations
Color information
#65527D (or 0x65527D) is known color: Butterfly Bush. HEX triplet: 65, 52 and 7D. RGB value is (101,82,125). Sum of RGB (Red+Green+Blue) = 101+82+125=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #65527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65527D is #9AAD82. Grayscale: #5C5C5C. Windows color (decimal): -10136963 or 8213093. OLE color: 8213093.
HSL color Cylindrical-coordinate representation of color #65527D: hue angle of 266.51º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65527D is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 82 | 125 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.51 |
| HSL | 266.51º | 0.21% | 0.41% | - |
| HSV(B) | 266.51º | 0.34% | 0.49% | - |
| XYZ | 12.09 | 10.28 | 20.75 | - |
| YUV | 92.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 125 | 0.19 | 0.34 | 0 | 0.51 | 266.51 | 0.21 | 0.41 |
| Hex | 65 | 52 | 7D | 13 | 22 | 0 | 33 | 10B | 15 | 29 |
| Octal | 145 | 122 | 175 | 23 | 42 | 0 | 63 | 413 | 25 | 51 |
| Binary | 1100101 | 1010010 | 1111101 | 10011 | 100010 | 0 | 110011 | 100001011 | 10101 | 101001 |
Color Harmonies of #65527D
Complementary color
Monochromatic Colors of #65527D
Black with #65527D
Text Example
Text Example
White with #65527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65527D; }
p { color: rgb(101,82,125); }
H1.HeaderClassName
{
color: #65527D;
}
.AnyTagClassName
{
color: #65527D;
}
</style>
background-color css
<style>
a { background-color: #65527D; }
a { background-color: rgb(101,82,125); }
div.DivClassName
{
background-color: #65527D;
}
.BgClassName
{
background-color: #65527D;
}
</style>
border-color css
<style>
span { border-color: #65527D; }
span { border-color: rgb(101,82,125); }
td.TdClassName
{
border-color: #65527D;
}
.TagClassName
{
border-color: #65527D;
}
</style>