Shades of Butterfly Bush #5E5391
Tints of Butterfly Bush #5E5391
RGB
CMYK
RGB Variations
Color information
#5E5391 (or 0x5E5391) is known color: Butterfly Bush. HEX triplet: 5E, 53 and 91. RGB value is (94,83,145). Sum of RGB (Red+Green+Blue) = 94+83+145=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E5391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5391 is #A1AC6E. Grayscale: #5D5D5D. Windows color (decimal): -10595439 or 9524062. OLE color: 9524062.
HSL color Cylindrical-coordinate representation of color #5E5391: hue angle of 250.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5391 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 83 | 145 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.43 |
| HSL | 250.65º | 0.27% | 0.45% | - |
| HSV(B) | 250.65º | 0.43% | 0.57% | - |
| XYZ | 12.82 | 10.61 | 28.16 | - |
| YUV | 93.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 145 | 0.35 | 0.43 | 0 | 0.43 | 250.65 | 0.27 | 0.45 |
| Hex | 5E | 53 | 91 | 23 | 2B | 0 | 2B | FB | 1B | 2D |
| Octal | 136 | 123 | 221 | 43 | 53 | 0 | 53 | 373 | 33 | 55 |
| Binary | 1011110 | 1010011 | 10010001 | 100011 | 101011 | 0 | 101011 | 11111011 | 11011 | 101101 |
Color Harmonies of #5E5391
Complementary color
Monochromatic Colors of #5E5391
Black with #5E5391
Text Example
Text Example
White with #5E5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5391; }
p { color: rgb(94,83,145); }
H1.HeaderClassName
{
color: #5E5391;
}
.AnyTagClassName
{
color: #5E5391;
}
</style>
background-color css
<style>
a { background-color: #5E5391; }
a { background-color: rgb(94,83,145); }
div.DivClassName
{
background-color: #5E5391;
}
.BgClassName
{
background-color: #5E5391;
}
</style>
border-color css
<style>
span { border-color: #5E5391; }
span { border-color: rgb(94,83,145); }
td.TdClassName
{
border-color: #5E5391;
}
.TagClassName
{
border-color: #5E5391;
}
</style>