Shades of Daisy Bush #5D349D
Tints of Daisy Bush #5D349D
RGB
CMYK
RGB Variations
Color information
#5D349D (or 0x5D349D) is known color: Daisy Bush. HEX triplet: 5D, 34 and 9D. RGB value is (93,52,157). Sum of RGB (Red+Green+Blue) = 93+52+157=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D349D is #A2CB62. Grayscale: #4B4B4B. Windows color (decimal): -10668899 or 10302557. OLE color: 10302557.
HSL color Cylindrical-coordinate representation of color #5D349D: hue angle of 263.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D349D is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 52 | 157 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.38 |
| HSL | 263.43º | 0.5% | 0.41% | - |
| HSV(B) | 263.43º | 0.67% | 0.62% | - |
| XYZ | 11.83 | 7.22 | 32.67 | - |
| YUV | 76.23 | 173.58 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 157 | 0.41 | 0.67 | 0 | 0.38 | 263.43 | 0.5 | 0.41 |
| Hex | 5D | 34 | 9D | 29 | 43 | 0 | 26 | 107 | 32 | 29 |
| Octal | 135 | 64 | 235 | 51 | 103 | 0 | 46 | 407 | 62 | 51 |
| Binary | 1011101 | 110100 | 10011101 | 101001 | 1000011 | 0 | 100110 | 100000111 | 110010 | 101001 |
Color Harmonies of #5D349D
Complementary color
Monochromatic Colors of #5D349D
Black with #5D349D
Text Example
Text Example
White with #5D349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D349D; }
p { color: rgb(93,52,157); }
H1.HeaderClassName
{
color: #5D349D;
}
.AnyTagClassName
{
color: #5D349D;
}
</style>
background-color css
<style>
a { background-color: #5D349D; }
a { background-color: rgb(93,52,157); }
div.DivClassName
{
background-color: #5D349D;
}
.BgClassName
{
background-color: #5D349D;
}
</style>
border-color css
<style>
span { border-color: #5D349D; }
span { border-color: rgb(93,52,157); }
td.TdClassName
{
border-color: #5D349D;
}
.TagClassName
{
border-color: #5D349D;
}
</style>