Shades of Butterfly Bush #5D5394
Tints of Butterfly Bush #5D5394
RGB
CMYK
RGB Variations
Color information
#5D5394 (or 0x5D5394) is known color: Butterfly Bush. HEX triplet: 5D, 53 and 94. RGB value is (93,83,148). Sum of RGB (Red+Green+Blue) = 93+83+148=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 83 (32.81% from 255 or 25.62% 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 #5D5394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5394 is #A2AC6B. Grayscale: #5D5D5D. Windows color (decimal): -10660972 or 9720669. OLE color: 9720669.
HSL color Cylindrical-coordinate representation of color #5D5394: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5394 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 83 | 148 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.42 |
| HSL | 249.23º | 0.28% | 0.45% | - |
| HSV(B) | 249.23º | 0.44% | 0.58% | - |
| XYZ | 12.95 | 10.65 | 29.39 | - |
| YUV | 93.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 148 | 0.37 | 0.44 | 0 | 0.42 | 249.23 | 0.28 | 0.45 |
| Hex | 5D | 53 | 94 | 25 | 2C | 0 | 2A | F9 | 1C | 2D |
| Octal | 135 | 123 | 224 | 45 | 54 | 0 | 52 | 371 | 34 | 55 |
| Binary | 1011101 | 1010011 | 10010100 | 100101 | 101100 | 0 | 101010 | 11111001 | 11100 | 101101 |
Color Harmonies of #5D5394
Complementary color
Monochromatic Colors of #5D5394
Black with #5D5394
Text Example
Text Example
White with #5D5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5394; }
p { color: rgb(93,83,148); }
H1.HeaderClassName
{
color: #5D5394;
}
.AnyTagClassName
{
color: #5D5394;
}
</style>
background-color css
<style>
a { background-color: #5D5394; }
a { background-color: rgb(93,83,148); }
div.DivClassName
{
background-color: #5D5394;
}
.BgClassName
{
background-color: #5D5394;
}
</style>
border-color css
<style>
span { border-color: #5D5394; }
span { border-color: rgb(93,83,148); }
td.TdClassName
{
border-color: #5D5394;
}
.TagClassName
{
border-color: #5D5394;
}
</style>