Shades of Daisy Bush #5D309D
Tints of Daisy Bush #5D309D
RGB
CMYK
RGB Variations
Color information
#5D309D (or 0x5D309D) is known color: Daisy Bush. HEX triplet: 5D, 30 and 9D. RGB value is (93,48,157). Sum of RGB (Red+Green+Blue) = 93+48+157=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D309D is #A2CF62. Grayscale: #494949. Windows color (decimal): -10669923 or 10301533. OLE color: 10301533.
HSL color Cylindrical-coordinate representation of color #5D309D: hue angle of 264.77º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D309D is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 48 | 157 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.38 |
| HSL | 264.77º | 0.53% | 0.4% | - |
| HSV(B) | 264.77º | 0.69% | 0.62% | - |
| XYZ | 11.66 | 6.88 | 32.61 | - |
| YUV | 73.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 157 | 0.41 | 0.69 | 0 | 0.38 | 264.77 | 0.53 | 0.4 |
| Hex | 5D | 30 | 9D | 29 | 45 | 0 | 26 | 109 | 35 | 28 |
| Octal | 135 | 60 | 235 | 51 | 105 | 0 | 46 | 411 | 65 | 50 |
| Binary | 1011101 | 110000 | 10011101 | 101001 | 1000101 | 0 | 100110 | 100001001 | 110101 | 101000 |
Color Harmonies of #5D309D
Complementary color
Monochromatic Colors of #5D309D
Black with #5D309D
Text Example
Text Example
White with #5D309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D309D; }
p { color: rgb(93,48,157); }
H1.HeaderClassName
{
color: #5D309D;
}
.AnyTagClassName
{
color: #5D309D;
}
</style>
background-color css
<style>
a { background-color: #5D309D; }
a { background-color: rgb(93,48,157); }
div.DivClassName
{
background-color: #5D309D;
}
.BgClassName
{
background-color: #5D309D;
}
</style>
border-color css
<style>
span { border-color: #5D309D; }
span { border-color: rgb(93,48,157); }
td.TdClassName
{
border-color: #5D309D;
}
.TagClassName
{
border-color: #5D309D;
}
</style>