Shades of Butterfly Bush #5E529A
Tints of Butterfly Bush #5E529A
RGB
CMYK
RGB Variations
Color information
#5E529A (or 0x5E529A) is known color: Butterfly Bush. HEX triplet: 5E, 52 and 9A. RGB value is (94,82,154). Sum of RGB (Red+Green+Blue) = 94+82+154=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E529A is #A1AD65. Grayscale: #5D5D5D. Windows color (decimal): -10595686 or 10113630. OLE color: 10113630.
HSL color Cylindrical-coordinate representation of color #5E529A: hue angle of 250º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E529A is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 82 | 154 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.40 |
| HSL | 250º | 0.31% | 0.46% | - |
| HSV(B) | 250º | 0.47% | 0.6% | - |
| XYZ | 13.47 | 10.75 | 31.94 | - |
| YUV | 93.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 154 | 0.39 | 0.47 | 0 | 0.40 | 250 | 0.31 | 0.46 |
| Hex | 5E | 52 | 9A | 27 | 2F | 0 | 28 | FA | 1F | 2E |
| Octal | 136 | 122 | 232 | 47 | 57 | 0 | 50 | 372 | 37 | 56 |
| Binary | 1011110 | 1010010 | 10011010 | 100111 | 101111 | 0 | 101000 | 11111010 | 11111 | 101110 |
Color Harmonies of #5E529A
Complementary color
Monochromatic Colors of #5E529A
Black with #5E529A
Text Example
Text Example
White with #5E529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E529A; }
p { color: rgb(94,82,154); }
H1.HeaderClassName
{
color: #5E529A;
}
.AnyTagClassName
{
color: #5E529A;
}
</style>
background-color css
<style>
a { background-color: #5E529A; }
a { background-color: rgb(94,82,154); }
div.DivClassName
{
background-color: #5E529A;
}
.BgClassName
{
background-color: #5E529A;
}
</style>
border-color css
<style>
span { border-color: #5E529A; }
span { border-color: rgb(94,82,154); }
td.TdClassName
{
border-color: #5E529A;
}
.TagClassName
{
border-color: #5E529A;
}
</style>