Shades of Daisy Bush #5D378D
Tints of Daisy Bush #5D378D
RGB
CMYK
RGB Variations
Color information
#5D378D (or 0x5D378D) is known color: Daisy Bush. HEX triplet: 5D, 37 and 8D. RGB value is (93,55,141). Sum of RGB (Red+Green+Blue) = 93+55+141=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D378D is #A2C872. Grayscale: #4B4B4B. Windows color (decimal): -10668147 or 9254749. OLE color: 9254749.
HSL color Cylindrical-coordinate representation of color #5D378D: hue angle of 266.51º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D378D is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 55 | 141 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.45 |
| HSL | 266.51º | 0.44% | 0.38% | - |
| HSV(B) | 266.51º | 0.61% | 0.55% | - |
| XYZ | 10.69 | 6.98 | 25.98 | - |
| YUV | 76.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 141 | 0.34 | 0.61 | 0 | 0.45 | 266.51 | 0.44 | 0.38 |
| Hex | 5D | 37 | 8D | 22 | 3D | 0 | 2D | 10B | 2C | 26 |
| Octal | 135 | 67 | 215 | 42 | 75 | 0 | 55 | 413 | 54 | 46 |
| Binary | 1011101 | 110111 | 10001101 | 100010 | 111101 | 0 | 101101 | 100001011 | 101100 | 100110 |
Color Harmonies of #5D378D
Complementary color
Monochromatic Colors of #5D378D
Black with #5D378D
Text Example
Text Example
White with #5D378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D378D; }
p { color: rgb(93,55,141); }
H1.HeaderClassName
{
color: #5D378D;
}
.AnyTagClassName
{
color: #5D378D;
}
</style>
background-color css
<style>
a { background-color: #5D378D; }
a { background-color: rgb(93,55,141); }
div.DivClassName
{
background-color: #5D378D;
}
.BgClassName
{
background-color: #5D378D;
}
</style>
border-color css
<style>
span { border-color: #5D378D; }
span { border-color: rgb(93,55,141); }
td.TdClassName
{
border-color: #5D378D;
}
.TagClassName
{
border-color: #5D378D;
}
</style>