Shades of Daisy Bush #5D3790
Tints of Daisy Bush #5D3790
RGB
CMYK
RGB Variations
Color information
#5D3790 (or 0x5D3790) is known color: Daisy Bush. HEX triplet: 5D, 37 and 90. RGB value is (93,55,144). Sum of RGB (Red+Green+Blue) = 93+55+144=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3790 is #A2C86F. Grayscale: #4C4C4C. Windows color (decimal): -10668144 or 9451357. OLE color: 9451357.
HSL color Cylindrical-coordinate representation of color #5D3790: hue angle of 265.62º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D3790 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 55 | 144 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.44 |
| HSL | 265.62º | 0.45% | 0.39% | - |
| HSV(B) | 265.62º | 0.62% | 0.56% | - |
| XYZ | 10.91 | 7.07 | 27.18 | - |
| YUV | 76.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 144 | 0.35 | 0.62 | 0 | 0.44 | 265.62 | 0.45 | 0.39 |
| Hex | 5D | 37 | 90 | 23 | 3E | 0 | 2C | 10A | 2D | 27 |
| Octal | 135 | 67 | 220 | 43 | 76 | 0 | 54 | 412 | 55 | 47 |
| Binary | 1011101 | 110111 | 10010000 | 100011 | 111110 | 0 | 101100 | 100001010 | 101101 | 100111 |
Color Harmonies of #5D3790
Complementary color
Monochromatic Colors of #5D3790
Black with #5D3790
Text Example
Text Example
White with #5D3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3790; }
p { color: rgb(93,55,144); }
H1.HeaderClassName
{
color: #5D3790;
}
.AnyTagClassName
{
color: #5D3790;
}
</style>
background-color css
<style>
a { background-color: #5D3790; }
a { background-color: rgb(93,55,144); }
div.DivClassName
{
background-color: #5D3790;
}
.BgClassName
{
background-color: #5D3790;
}
</style>
border-color css
<style>
span { border-color: #5D3790; }
span { border-color: rgb(93,55,144); }
td.TdClassName
{
border-color: #5D3790;
}
.TagClassName
{
border-color: #5D3790;
}
</style>