Shades of Butterfly Bush #64537B
Tints of Butterfly Bush #64537B
RGB
CMYK
RGB Variations
Color information
#64537B (or 0x64537B) is known color: Butterfly Bush. HEX triplet: 64, 53 and 7B. RGB value is (100,83,123). Sum of RGB (Red+Green+Blue) = 100+83+123=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #64537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64537B is #9BAC84. Grayscale: #5C5C5C. Windows color (decimal): -10202245 or 8082276. OLE color: 8082276.
HSL color Cylindrical-coordinate representation of color #64537B: hue angle of 265.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64537B is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 83 | 123 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.52 |
| HSL | 265.5º | 0.19% | 0.4% | - |
| HSV(B) | 265.5º | 0.33% | 0.48% | - |
| XYZ | 11.92 | 10.33 | 20.1 | - |
| YUV | 92.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 123 | 0.19 | 0.33 | 0 | 0.52 | 265.5 | 0.19 | 0.4 |
| Hex | 64 | 53 | 7B | 13 | 21 | 0 | 34 | 10A | 13 | 28 |
| Octal | 144 | 123 | 173 | 23 | 41 | 0 | 64 | 412 | 23 | 50 |
| Binary | 1100100 | 1010011 | 1111011 | 10011 | 100001 | 0 | 110100 | 100001010 | 10011 | 101000 |
Color Harmonies of #64537B
Complementary color
Monochromatic Colors of #64537B
Black with #64537B
Text Example
Text Example
White with #64537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64537B; }
p { color: rgb(100,83,123); }
H1.HeaderClassName
{
color: #64537B;
}
.AnyTagClassName
{
color: #64537B;
}
</style>
background-color css
<style>
a { background-color: #64537B; }
a { background-color: rgb(100,83,123); }
div.DivClassName
{
background-color: #64537B;
}
.BgClassName
{
background-color: #64537B;
}
</style>
border-color css
<style>
span { border-color: #64537B; }
span { border-color: rgb(100,83,123); }
td.TdClassName
{
border-color: #64537B;
}
.TagClassName
{
border-color: #64537B;
}
</style>