Shades of Butterfly Bush #5E519A
Tints of Butterfly Bush #5E519A
RGB
CMYK
RGB Variations
Color information
#5E519A (or 0x5E519A) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 9A. RGB value is (94,81,154). Sum of RGB (Red+Green+Blue) = 94+81+154=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519A is #A1AE65. Grayscale: #5C5C5C. Windows color (decimal): -10595942 or 10113374. OLE color: 10113374.
HSL color Cylindrical-coordinate representation of color #5E519A: hue angle of 250.68º 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 #5E519A is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 81 | 154 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.40 |
| HSL | 250.68º | 0.31% | 0.46% | - |
| HSV(B) | 250.68º | 0.47% | 0.6% | - |
| XYZ | 13.39 | 10.6 | 31.91 | - |
| YUV | 93.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 154 | 0.39 | 0.47 | 0 | 0.40 | 250.68 | 0.31 | 0.46 |
| Hex | 5E | 51 | 9A | 27 | 2F | 0 | 28 | FB | 1F | 2E |
| Octal | 136 | 121 | 232 | 47 | 57 | 0 | 50 | 373 | 37 | 56 |
| Binary | 1011110 | 1010001 | 10011010 | 100111 | 101111 | 0 | 101000 | 11111011 | 11111 | 101110 |
Color Harmonies of #5E519A
Complementary color
Monochromatic Colors of #5E519A
Black with #5E519A
Text Example
Text Example
White with #5E519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E519A; }
p { color: rgb(94,81,154); }
H1.HeaderClassName
{
color: #5E519A;
}
.AnyTagClassName
{
color: #5E519A;
}
</style>
background-color css
<style>
a { background-color: #5E519A; }
a { background-color: rgb(94,81,154); }
div.DivClassName
{
background-color: #5E519A;
}
.BgClassName
{
background-color: #5E519A;
}
</style>
border-color css
<style>
span { border-color: #5E519A; }
span { border-color: rgb(94,81,154); }
td.TdClassName
{
border-color: #5E519A;
}
.TagClassName
{
border-color: #5E519A;
}
</style>