Shades of Butterfly Bush #5E5294
Tints of Butterfly Bush #5E5294
RGB
CMYK
RGB Variations
Color information
#5E5294 (or 0x5E5294) is known color: Butterfly Bush. HEX triplet: 5E, 52 and 94. RGB value is (94,82,148). Sum of RGB (Red+Green+Blue) = 94+82+148=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E5294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5294 is #A1AD6B. Grayscale: #5C5C5C. Windows color (decimal): -10595692 or 9720414. OLE color: 9720414.
HSL color Cylindrical-coordinate representation of color #5E5294: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5294 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 82 | 148 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.42 |
| HSL | 250.91º | 0.29% | 0.45% | - |
| HSV(B) | 250.91º | 0.45% | 0.58% | - |
| XYZ | 12.98 | 10.55 | 29.37 | - |
| YUV | 93.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 148 | 0.36 | 0.45 | 0 | 0.42 | 250.91 | 0.29 | 0.45 |
| Hex | 5E | 52 | 94 | 24 | 2D | 0 | 2A | FB | 1D | 2D |
| Octal | 136 | 122 | 224 | 44 | 55 | 0 | 52 | 373 | 35 | 55 |
| Binary | 1011110 | 1010010 | 10010100 | 100100 | 101101 | 0 | 101010 | 11111011 | 11101 | 101101 |
Color Harmonies of #5E5294
Complementary color
Monochromatic Colors of #5E5294
Black with #5E5294
Text Example
Text Example
White with #5E5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5294; }
p { color: rgb(94,82,148); }
H1.HeaderClassName
{
color: #5E5294;
}
.AnyTagClassName
{
color: #5E5294;
}
</style>
background-color css
<style>
a { background-color: #5E5294; }
a { background-color: rgb(94,82,148); }
div.DivClassName
{
background-color: #5E5294;
}
.BgClassName
{
background-color: #5E5294;
}
</style>
border-color css
<style>
span { border-color: #5E5294; }
span { border-color: rgb(94,82,148); }
td.TdClassName
{
border-color: #5E5294;
}
.TagClassName
{
border-color: #5E5294;
}
</style>