Shades of Butterfly Bush #5E5692
Tints of Butterfly Bush #5E5692
RGB
CMYK
RGB Variations
Color information
#5E5692 (or 0x5E5692) is known color: Butterfly Bush. HEX triplet: 5E, 56 and 92. RGB value is (94,86,146). Sum of RGB (Red+Green+Blue) = 94+86+146=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E5692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5692 is #A1A96D. Grayscale: #5F5F5F. Windows color (decimal): -10594670 or 9590366. OLE color: 9590366.
HSL color Cylindrical-coordinate representation of color #5E5692: hue angle of 248º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E5692 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 86 | 146 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.43 |
| HSL | 248º | 0.26% | 0.45% | - |
| HSV(B) | 248º | 0.41% | 0.57% | - |
| XYZ | 13.13 | 11.11 | 28.65 | - |
| YUV | 95.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 146 | 0.36 | 0.41 | 0 | 0.43 | 248 | 0.26 | 0.45 |
| Hex | 5E | 56 | 92 | 24 | 29 | 0 | 2B | F8 | 1A | 2D |
| Octal | 136 | 126 | 222 | 44 | 51 | 0 | 53 | 370 | 32 | 55 |
| Binary | 1011110 | 1010110 | 10010010 | 100100 | 101001 | 0 | 101011 | 11111000 | 11010 | 101101 |
Color Harmonies of #5E5692
Complementary color
Monochromatic Colors of #5E5692
Black with #5E5692
Text Example
Text Example
White with #5E5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5692; }
p { color: rgb(94,86,146); }
H1.HeaderClassName
{
color: #5E5692;
}
.AnyTagClassName
{
color: #5E5692;
}
</style>
background-color css
<style>
a { background-color: #5E5692; }
a { background-color: rgb(94,86,146); }
div.DivClassName
{
background-color: #5E5692;
}
.BgClassName
{
background-color: #5E5692;
}
</style>
border-color css
<style>
span { border-color: #5E5692; }
span { border-color: rgb(94,86,146); }
td.TdClassName
{
border-color: #5E5692;
}
.TagClassName
{
border-color: #5E5692;
}
</style>