Shades of Butterfly Bush #65537E
Tints of Butterfly Bush #65537E
RGB
CMYK
RGB Variations
Color information
#65537E (or 0x65537E) is known color: Butterfly Bush. HEX triplet: 65, 53 and 7E. RGB value is (101,83,126). Sum of RGB (Red+Green+Blue) = 101+83+126=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #65537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65537E is #9AAC81. Grayscale: #5D5D5D. Windows color (decimal): -10136706 or 8278885. OLE color: 8278885.
HSL color Cylindrical-coordinate representation of color #65537E: hue angle of 265.12º 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 #65537E is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 83 | 126 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.51 |
| HSL | 265.12º | 0.21% | 0.41% | - |
| HSV(B) | 265.12º | 0.34% | 0.49% | - |
| XYZ | 12.23 | 10.46 | 21.11 | - |
| YUV | 93.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 126 | 0.20 | 0.34 | 0 | 0.51 | 265.12 | 0.21 | 0.41 |
| Hex | 65 | 53 | 7E | 14 | 22 | 0 | 33 | 109 | 15 | 29 |
| Octal | 145 | 123 | 176 | 24 | 42 | 0 | 63 | 411 | 25 | 51 |
| Binary | 1100101 | 1010011 | 1111110 | 10100 | 100010 | 0 | 110011 | 100001001 | 10101 | 101001 |
Color Harmonies of #65537E
Complementary color
Monochromatic Colors of #65537E
Black with #65537E
Text Example
Text Example
White with #65537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65537E; }
p { color: rgb(101,83,126); }
H1.HeaderClassName
{
color: #65537E;
}
.AnyTagClassName
{
color: #65537E;
}
</style>
background-color css
<style>
a { background-color: #65537E; }
a { background-color: rgb(101,83,126); }
div.DivClassName
{
background-color: #65537E;
}
.BgClassName
{
background-color: #65537E;
}
</style>
border-color css
<style>
span { border-color: #65537E; }
span { border-color: rgb(101,83,126); }
td.TdClassName
{
border-color: #65537E;
}
.TagClassName
{
border-color: #65537E;
}
</style>