Shades of Butterfly Bush #5E4F9A
Tints of Butterfly Bush #5E4F9A
RGB
CMYK
RGB Variations
Color information
#5E4F9A (or 0x5E4F9A) is known color: Butterfly Bush. HEX triplet: 5E, 4F and 9A. RGB value is (94,79,154). Sum of RGB (Red+Green+Blue) = 94+79+154=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E4F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4F9A is #A1B065. Grayscale: #5B5B5B. Windows color (decimal): -10596454 or 10112862. OLE color: 10112862.
HSL color Cylindrical-coordinate representation of color #5E4F9A: hue angle of 252º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E4F9A is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 79 | 154 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.40 |
| HSL | 252º | 0.32% | 0.46% | - |
| HSV(B) | 252º | 0.49% | 0.6% | - |
| XYZ | 13.24 | 10.3 | 31.86 | - |
| YUV | 92.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 154 | 0.39 | 0.49 | 0 | 0.40 | 252 | 0.32 | 0.46 |
| Hex | 5E | 4F | 9A | 27 | 31 | 0 | 28 | FC | 20 | 2E |
| Octal | 136 | 117 | 232 | 47 | 61 | 0 | 50 | 374 | 40 | 56 |
| Binary | 1011110 | 1001111 | 10011010 | 100111 | 110001 | 0 | 101000 | 11111100 | 100000 | 101110 |
Color Harmonies of #5E4F9A
Complementary color
Monochromatic Colors of #5E4F9A
Black with #5E4F9A
Text Example
Text Example
White with #5E4F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F9A; }
p { color: rgb(94,79,154); }
H1.HeaderClassName
{
color: #5E4F9A;
}
.AnyTagClassName
{
color: #5E4F9A;
}
</style>
background-color css
<style>
a { background-color: #5E4F9A; }
a { background-color: rgb(94,79,154); }
div.DivClassName
{
background-color: #5E4F9A;
}
.BgClassName
{
background-color: #5E4F9A;
}
</style>
border-color css
<style>
span { border-color: #5E4F9A; }
span { border-color: rgb(94,79,154); }
td.TdClassName
{
border-color: #5E4F9A;
}
.TagClassName
{
border-color: #5E4F9A;
}
</style>