Shades of Daisy Bush #5D3090
Tints of Daisy Bush #5D3090
RGB
CMYK
RGB Variations
Color information
#5D3090 (or 0x5D3090) is known color: Daisy Bush. HEX triplet: 5D, 30 and 90. RGB value is (93,48,144). Sum of RGB (Red+Green+Blue) = 93+48+144=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D3090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3090 is #A2CF6F. Grayscale: #484848. Windows color (decimal): -10669936 or 9449565. OLE color: 9449565.
HSL color Cylindrical-coordinate representation of color #5D3090: hue angle of 268.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3090 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 48 | 144 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.44 |
| HSL | 268.13º | 0.5% | 0.38% | - |
| HSV(B) | 268.13º | 0.67% | 0.56% | - |
| XYZ | 10.61 | 6.45 | 27.07 | - |
| YUV | 72.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 144 | 0.35 | 0.67 | 0 | 0.44 | 268.13 | 0.5 | 0.38 |
| Hex | 5D | 30 | 90 | 23 | 43 | 0 | 2C | 10C | 32 | 26 |
| Octal | 135 | 60 | 220 | 43 | 103 | 0 | 54 | 414 | 62 | 46 |
| Binary | 1011101 | 110000 | 10010000 | 100011 | 1000011 | 0 | 101100 | 100001100 | 110010 | 100110 |
Color Harmonies of #5D3090
Complementary color
Monochromatic Colors of #5D3090
Black with #5D3090
Text Example
Text Example
White with #5D3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3090; }
p { color: rgb(93,48,144); }
H1.HeaderClassName
{
color: #5D3090;
}
.AnyTagClassName
{
color: #5D3090;
}
</style>
background-color css
<style>
a { background-color: #5D3090; }
a { background-color: rgb(93,48,144); }
div.DivClassName
{
background-color: #5D3090;
}
.BgClassName
{
background-color: #5D3090;
}
</style>
border-color css
<style>
span { border-color: #5D3090; }
span { border-color: rgb(93,48,144); }
td.TdClassName
{
border-color: #5D3090;
}
.TagClassName
{
border-color: #5D3090;
}
</style>