Shades of Daisy Bush #5D409D
Tints of Daisy Bush #5D409D
RGB
CMYK
RGB Variations
Color information
#5D409D (or 0x5D409D) is known color: Daisy Bush. HEX triplet: 5D, 40 and 9D. RGB value is (93,64,157). Sum of RGB (Red+Green+Blue) = 93+64+157=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D409D is #A2BF62. Grayscale: #525252. Windows color (decimal): -10665827 or 10305629. OLE color: 10305629.
HSL color Cylindrical-coordinate representation of color #5D409D: hue angle of 258.71º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D409D is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 64 | 157 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.38 |
| HSL | 258.71º | 0.42% | 0.43% | - |
| HSV(B) | 258.71º | 0.59% | 0.62% | - |
| XYZ | 12.43 | 8.43 | 32.87 | - |
| YUV | 83.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 157 | 0.41 | 0.59 | 0 | 0.38 | 258.71 | 0.42 | 0.43 |
| Hex | 5D | 40 | 9D | 29 | 3B | 0 | 26 | 103 | 2A | 2B |
| Octal | 135 | 100 | 235 | 51 | 73 | 0 | 46 | 403 | 52 | 53 |
| Binary | 1011101 | 1000000 | 10011101 | 101001 | 111011 | 0 | 100110 | 100000011 | 101010 | 101011 |
Color Harmonies of #5D409D
Complementary color
Monochromatic Colors of #5D409D
Black with #5D409D
Text Example
Text Example
White with #5D409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D409D; }
p { color: rgb(93,64,157); }
H1.HeaderClassName
{
color: #5D409D;
}
.AnyTagClassName
{
color: #5D409D;
}
</style>
background-color css
<style>
a { background-color: #5D409D; }
a { background-color: rgb(93,64,157); }
div.DivClassName
{
background-color: #5D409D;
}
.BgClassName
{
background-color: #5D409D;
}
</style>
border-color css
<style>
span { border-color: #5D409D; }
span { border-color: rgb(93,64,157); }
td.TdClassName
{
border-color: #5D409D;
}
.TagClassName
{
border-color: #5D409D;
}
</style>