Shades of Butterfly Bush #5E519B
Tints of Butterfly Bush #5E519B
RGB
CMYK
RGB Variations
Color information
#5E519B (or 0x5E519B) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 9B. RGB value is (94,81,155). Sum of RGB (Red+Green+Blue) = 94+81+155=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519B is #A1AE64. Grayscale: #5D5D5D. Windows color (decimal): -10595941 or 10178910. OLE color: 10178910.
HSL color Cylindrical-coordinate representation of color #5E519B: hue angle of 250.54º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E519B is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 81 | 155 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.39 |
| HSL | 250.54º | 0.31% | 0.46% | - |
| HSV(B) | 250.54º | 0.48% | 0.61% | - |
| XYZ | 13.47 | 10.63 | 32.35 | - |
| YUV | 93.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 155 | 0.39 | 0.48 | 0 | 0.39 | 250.54 | 0.31 | 0.46 |
| Hex | 5E | 51 | 9B | 27 | 30 | 0 | 27 | FB | 1F | 2E |
| Octal | 136 | 121 | 233 | 47 | 60 | 0 | 47 | 373 | 37 | 56 |
| Binary | 1011110 | 1010001 | 10011011 | 100111 | 110000 | 0 | 100111 | 11111011 | 11111 | 101110 |
Color Harmonies of #5E519B
Complementary color
Monochromatic Colors of #5E519B
Black with #5E519B
Text Example
Text Example
White with #5E519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E519B; }
p { color: rgb(94,81,155); }
H1.HeaderClassName
{
color: #5E519B;
}
.AnyTagClassName
{
color: #5E519B;
}
</style>
background-color css
<style>
a { background-color: #5E519B; }
a { background-color: rgb(94,81,155); }
div.DivClassName
{
background-color: #5E519B;
}
.BgClassName
{
background-color: #5E519B;
}
</style>
border-color css
<style>
span { border-color: #5E519B; }
span { border-color: rgb(94,81,155); }
td.TdClassName
{
border-color: #5E519B;
}
.TagClassName
{
border-color: #5E519B;
}
</style>