Shades of Butterfly Bush #5D5593
Tints of Butterfly Bush #5D5593
RGB
CMYK
RGB Variations
Color information
#5D5593 (or 0x5D5593) is known color: Butterfly Bush. HEX triplet: 5D, 55 and 93. RGB value is (93,85,147). Sum of RGB (Red+Green+Blue) = 93+85+147=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5593 is #A2AA6C. Grayscale: #5E5E5E. Windows color (decimal): -10660461 or 9655645. OLE color: 9655645.
HSL color Cylindrical-coordinate representation of color #5D5593: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D5593 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 85 | 147 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.42 |
| HSL | 247.74º | 0.27% | 0.45% | - |
| HSV(B) | 247.74º | 0.42% | 0.58% | - |
| XYZ | 13.03 | 10.93 | 29.03 | - |
| YUV | 94.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 147 | 0.37 | 0.42 | 0 | 0.42 | 247.74 | 0.27 | 0.45 |
| Hex | 5D | 55 | 93 | 25 | 2A | 0 | 2A | F8 | 1B | 2D |
| Octal | 135 | 125 | 223 | 45 | 52 | 0 | 52 | 370 | 33 | 55 |
| Binary | 1011101 | 1010101 | 10010011 | 100101 | 101010 | 0 | 101010 | 11111000 | 11011 | 101101 |
Color Harmonies of #5D5593
Complementary color
Monochromatic Colors of #5D5593
Black with #5D5593
Text Example
Text Example
White with #5D5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5593; }
p { color: rgb(93,85,147); }
H1.HeaderClassName
{
color: #5D5593;
}
.AnyTagClassName
{
color: #5D5593;
}
</style>
background-color css
<style>
a { background-color: #5D5593; }
a { background-color: rgb(93,85,147); }
div.DivClassName
{
background-color: #5D5593;
}
.BgClassName
{
background-color: #5D5593;
}
</style>
border-color css
<style>
span { border-color: #5D5593; }
span { border-color: rgb(93,85,147); }
td.TdClassName
{
border-color: #5D5593;
}
.TagClassName
{
border-color: #5D5593;
}
</style>