Shades of Butterfly Bush #5E5191
Tints of Butterfly Bush #5E5191
RGB
CMYK
RGB Variations
Color information
#5E5191 (or 0x5E5191) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 91. RGB value is (94,81,145). Sum of RGB (Red+Green+Blue) = 94+81+145=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5191 is #A1AE6E. Grayscale: #5B5B5B. Windows color (decimal): -10595951 or 9523550. OLE color: 9523550.
HSL color Cylindrical-coordinate representation of color #5E5191: hue angle of 252.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E5191 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 81 | 145 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.43 |
| HSL | 252.19º | 0.28% | 0.44% | - |
| HSV(B) | 252.19º | 0.44% | 0.57% | - |
| XYZ | 12.67 | 10.31 | 28.11 | - |
| YUV | 92.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 145 | 0.35 | 0.44 | 0 | 0.43 | 252.19 | 0.28 | 0.44 |
| Hex | 5E | 51 | 91 | 23 | 2C | 0 | 2B | FC | 1C | 2C |
| Octal | 136 | 121 | 221 | 43 | 54 | 0 | 53 | 374 | 34 | 54 |
| Binary | 1011110 | 1010001 | 10010001 | 100011 | 101100 | 0 | 101011 | 11111100 | 11100 | 101100 |
Color Harmonies of #5E5191
Complementary color
Monochromatic Colors of #5E5191
Black with #5E5191
Text Example
Text Example
White with #5E5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5191; }
p { color: rgb(94,81,145); }
H1.HeaderClassName
{
color: #5E5191;
}
.AnyTagClassName
{
color: #5E5191;
}
</style>
background-color css
<style>
a { background-color: #5E5191; }
a { background-color: rgb(94,81,145); }
div.DivClassName
{
background-color: #5E5191;
}
.BgClassName
{
background-color: #5E5191;
}
</style>
border-color css
<style>
span { border-color: #5E5191; }
span { border-color: rgb(94,81,145); }
td.TdClassName
{
border-color: #5E5191;
}
.TagClassName
{
border-color: #5E5191;
}
</style>