Shades of Butterfly Bush #5E5198
Tints of Butterfly Bush #5E5198
RGB
CMYK
RGB Variations
Color information
#5E5198 (or 0x5E5198) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 98. RGB value is (94,81,152). Sum of RGB (Red+Green+Blue) = 94+81+152=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5198 is #A1AE67. Grayscale: #5C5C5C. Windows color (decimal): -10595944 or 9982302. OLE color: 9982302.
HSL color Cylindrical-coordinate representation of color #5E5198: hue angle of 250.99º degrees, saturation: 0.3, 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 #5E5198 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 81 | 152 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.40 |
| HSL | 250.99º | 0.3% | 0.46% | - |
| HSV(B) | 250.99º | 0.47% | 0.6% | - |
| XYZ | 13.23 | 10.53 | 31.04 | - |
| YUV | 92.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 152 | 0.38 | 0.47 | 0 | 0.40 | 250.99 | 0.3 | 0.46 |
| Hex | 5E | 51 | 98 | 26 | 2F | 0 | 28 | FB | 1E | 2E |
| Octal | 136 | 121 | 230 | 46 | 57 | 0 | 50 | 373 | 36 | 56 |
| Binary | 1011110 | 1010001 | 10011000 | 100110 | 101111 | 0 | 101000 | 11111011 | 11110 | 101110 |
Color Harmonies of #5E5198
Complementary color
Monochromatic Colors of #5E5198
Black with #5E5198
Text Example
Text Example
White with #5E5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5198; }
p { color: rgb(94,81,152); }
H1.HeaderClassName
{
color: #5E5198;
}
.AnyTagClassName
{
color: #5E5198;
}
</style>
background-color css
<style>
a { background-color: #5E5198; }
a { background-color: rgb(94,81,152); }
div.DivClassName
{
background-color: #5E5198;
}
.BgClassName
{
background-color: #5E5198;
}
</style>
border-color css
<style>
span { border-color: #5E5198; }
span { border-color: rgb(94,81,152); }
td.TdClassName
{
border-color: #5E5198;
}
.TagClassName
{
border-color: #5E5198;
}
</style>