Shades of Butterfly Bush #5E5299
Tints of Butterfly Bush #5E5299
RGB
CMYK
RGB Variations
Color information
#5E5299 (or 0x5E5299) is known color: Butterfly Bush. HEX triplet: 5E, 52 and 99. RGB value is (94,82,153). Sum of RGB (Red+Green+Blue) = 94+82+153=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5299 is #A1AD66. Grayscale: #5D5D5D. Windows color (decimal): -10595687 or 10048094. OLE color: 10048094.
HSL color Cylindrical-coordinate representation of color #5E5299: hue angle of 250.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E5299 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 82 | 153 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.4 |
| HSL | 250.14º | 0.3% | 0.46% | - |
| HSV(B) | 250.14º | 0.46% | 0.6% | - |
| XYZ | 13.38 | 10.71 | 31.5 | - |
| YUV | 93.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 153 | 0.39 | 0.46 | 0 | 0.4 | 250.14 | 0.3 | 0.46 |
| Hex | 5E | 52 | 99 | 27 | 2E | 0 | 28 | FA | 1E | 2E |
| Octal | 136 | 122 | 231 | 47 | 56 | 0 | 50 | 372 | 36 | 56 |
| Binary | 1011110 | 1010010 | 10011001 | 100111 | 101110 | 0 | 101000 | 11111010 | 11110 | 101110 |
Color Harmonies of #5E5299
Complementary color
Monochromatic Colors of #5E5299
Black with #5E5299
Text Example
Text Example
White with #5E5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5299; }
p { color: rgb(94,82,153); }
H1.HeaderClassName
{
color: #5E5299;
}
.AnyTagClassName
{
color: #5E5299;
}
</style>
background-color css
<style>
a { background-color: #5E5299; }
a { background-color: rgb(94,82,153); }
div.DivClassName
{
background-color: #5E5299;
}
.BgClassName
{
background-color: #5E5299;
}
</style>
border-color css
<style>
span { border-color: #5E5299; }
span { border-color: rgb(94,82,153); }
td.TdClassName
{
border-color: #5E5299;
}
.TagClassName
{
border-color: #5E5299;
}
</style>