Shades of Butterfly Bush #5E5190
Tints of Butterfly Bush #5E5190
RGB
CMYK
RGB Variations
Color information
#5E5190 (or 0x5E5190) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 90. RGB value is (94,81,144). Sum of RGB (Red+Green+Blue) = 94+81+144=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E5190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5190 is #A1AE6F. Grayscale: #5B5B5B. Windows color (decimal): -10595952 or 9458014. OLE color: 9458014.
HSL color Cylindrical-coordinate representation of color #5E5190: hue angle of 252.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E5190 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 81 | 144 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.44 |
| HSL | 252.38º | 0.28% | 0.44% | - |
| HSV(B) | 252.38º | 0.44% | 0.56% | - |
| XYZ | 12.59 | 10.28 | 27.71 | - |
| YUV | 92.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 144 | 0.35 | 0.44 | 0 | 0.44 | 252.38 | 0.28 | 0.44 |
| Hex | 5E | 51 | 90 | 23 | 2C | 0 | 2C | FC | 1C | 2C |
| Octal | 136 | 121 | 220 | 43 | 54 | 0 | 54 | 374 | 34 | 54 |
| Binary | 1011110 | 1010001 | 10010000 | 100011 | 101100 | 0 | 101100 | 11111100 | 11100 | 101100 |
Color Harmonies of #5E5190
Complementary color
Monochromatic Colors of #5E5190
Black with #5E5190
Text Example
Text Example
White with #5E5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5190; }
p { color: rgb(94,81,144); }
H1.HeaderClassName
{
color: #5E5190;
}
.AnyTagClassName
{
color: #5E5190;
}
</style>
background-color css
<style>
a { background-color: #5E5190; }
a { background-color: rgb(94,81,144); }
div.DivClassName
{
background-color: #5E5190;
}
.BgClassName
{
background-color: #5E5190;
}
</style>
border-color css
<style>
span { border-color: #5E5190; }
span { border-color: rgb(94,81,144); }
td.TdClassName
{
border-color: #5E5190;
}
.TagClassName
{
border-color: #5E5190;
}
</style>