Shades of Butterfly Bush #64528A
Tints of Butterfly Bush #64528A
RGB
CMYK
RGB Variations
Color information
#64528A (or 0x64528A) is known color: Butterfly Bush. HEX triplet: 64, 52 and 8A. RGB value is (100,82,138). Sum of RGB (Red+Green+Blue) = 100+82+138=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #64528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64528A is #9BAD75. Grayscale: #5D5D5D. Windows color (decimal): -10202486 or 9065060. OLE color: 9065060.
HSL color Cylindrical-coordinate representation of color #64528A: hue angle of 259.29º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64528A is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 82 | 138 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.46 |
| HSL | 259.29º | 0.25% | 0.43% | - |
| HSV(B) | 259.29º | 0.41% | 0.54% | - |
| XYZ | 12.86 | 10.58 | 25.41 | - |
| YUV | 93.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 138 | 0.28 | 0.41 | 0 | 0.46 | 259.29 | 0.25 | 0.43 |
| Hex | 64 | 52 | 8A | 1C | 29 | 0 | 2E | 103 | 19 | 2B |
| Octal | 144 | 122 | 212 | 34 | 51 | 0 | 56 | 403 | 31 | 53 |
| Binary | 1100100 | 1010010 | 10001010 | 11100 | 101001 | 0 | 101110 | 100000011 | 11001 | 101011 |
Color Harmonies of #64528A
Complementary color
Monochromatic Colors of #64528A
Black with #64528A
Text Example
Text Example
White with #64528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64528A; }
p { color: rgb(100,82,138); }
H1.HeaderClassName
{
color: #64528A;
}
.AnyTagClassName
{
color: #64528A;
}
</style>
background-color css
<style>
a { background-color: #64528A; }
a { background-color: rgb(100,82,138); }
div.DivClassName
{
background-color: #64528A;
}
.BgClassName
{
background-color: #64528A;
}
</style>
border-color css
<style>
span { border-color: #64528A; }
span { border-color: rgb(100,82,138); }
td.TdClassName
{
border-color: #64528A;
}
.TagClassName
{
border-color: #64528A;
}
</style>