Shades of Daisy Bush #5D309C
Tints of Daisy Bush #5D309C
RGB
CMYK
RGB Variations
Color information
#5D309C (or 0x5D309C) is known color: Daisy Bush. HEX triplet: 5D, 30 and 9C. RGB value is (93,48,156). Sum of RGB (Red+Green+Blue) = 93+48+156=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D309C is #A2CF63. Grayscale: #494949. Windows color (decimal): -10669924 or 10235997. OLE color: 10235997.
HSL color Cylindrical-coordinate representation of color #5D309C: hue angle of 265º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D309C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 48 | 156 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.39 |
| HSL | 265º | 0.53% | 0.4% | - |
| HSV(B) | 265º | 0.69% | 0.61% | - |
| XYZ | 11.57 | 6.84 | 32.16 | - |
| YUV | 73.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 156 | 0.40 | 0.69 | 0 | 0.39 | 265 | 0.53 | 0.4 |
| Hex | 5D | 30 | 9C | 28 | 45 | 0 | 27 | 109 | 35 | 28 |
| Octal | 135 | 60 | 234 | 50 | 105 | 0 | 47 | 411 | 65 | 50 |
| Binary | 1011101 | 110000 | 10011100 | 101000 | 1000101 | 0 | 100111 | 100001001 | 110101 | 101000 |
Color Harmonies of #5D309C
Complementary color
Monochromatic Colors of #5D309C
Black with #5D309C
Text Example
Text Example
White with #5D309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D309C; }
p { color: rgb(93,48,156); }
H1.HeaderClassName
{
color: #5D309C;
}
.AnyTagClassName
{
color: #5D309C;
}
</style>
background-color css
<style>
a { background-color: #5D309C; }
a { background-color: rgb(93,48,156); }
div.DivClassName
{
background-color: #5D309C;
}
.BgClassName
{
background-color: #5D309C;
}
</style>
border-color css
<style>
span { border-color: #5D309C; }
span { border-color: rgb(93,48,156); }
td.TdClassName
{
border-color: #5D309C;
}
.TagClassName
{
border-color: #5D309C;
}
</style>