Shades of Butterfly Bush #5E5290
Tints of Butterfly Bush #5E5290
RGB
CMYK
RGB Variations
Color information
#5E5290 (or 0x5E5290) is known color: Butterfly Bush. HEX triplet: 5E, 52 and 90. RGB value is (94,82,144). Sum of RGB (Red+Green+Blue) = 94+82+144=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5290 is #A1AD6F. Grayscale: #5C5C5C. Windows color (decimal): -10595696 or 9458270. OLE color: 9458270.
HSL color Cylindrical-coordinate representation of color #5E5290: hue angle of 251.61º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5290 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 82 | 144 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.44 |
| HSL | 251.61º | 0.27% | 0.44% | - |
| HSV(B) | 251.61º | 0.43% | 0.56% | - |
| XYZ | 12.67 | 10.43 | 27.73 | - |
| YUV | 92.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 144 | 0.35 | 0.43 | 0 | 0.44 | 251.61 | 0.27 | 0.44 |
| Hex | 5E | 52 | 90 | 23 | 2B | 0 | 2C | FC | 1B | 2C |
| Octal | 136 | 122 | 220 | 43 | 53 | 0 | 54 | 374 | 33 | 54 |
| Binary | 1011110 | 1010010 | 10010000 | 100011 | 101011 | 0 | 101100 | 11111100 | 11011 | 101100 |
Color Harmonies of #5E5290
Complementary color
Monochromatic Colors of #5E5290
Black with #5E5290
Text Example
Text Example
White with #5E5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5290; }
p { color: rgb(94,82,144); }
H1.HeaderClassName
{
color: #5E5290;
}
.AnyTagClassName
{
color: #5E5290;
}
</style>
background-color css
<style>
a { background-color: #5E5290; }
a { background-color: rgb(94,82,144); }
div.DivClassName
{
background-color: #5E5290;
}
.BgClassName
{
background-color: #5E5290;
}
</style>
border-color css
<style>
span { border-color: #5E5290; }
span { border-color: rgb(94,82,144); }
td.TdClassName
{
border-color: #5E5290;
}
.TagClassName
{
border-color: #5E5290;
}
</style>