Shades of Daisy Bush #5D289A
Tints of Daisy Bush #5D289A
RGB
CMYK
RGB Variations
Color information
#5D289A (or 0x5D289A) is known color: Daisy Bush. HEX triplet: 5D, 28 and 9A. RGB value is (93,40,154). Sum of RGB (Red+Green+Blue) = 93+40+154=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D289A is #A2D765. Grayscale: #444444. Windows color (decimal): -10671974 or 10102877. OLE color: 10102877.
HSL color Cylindrical-coordinate representation of color #5D289A: hue angle of 267.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D289A is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 40 | 154 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.40 |
| HSL | 267.89º | 0.59% | 0.38% | - |
| HSV(B) | 267.89º | 0.74% | 0.6% | - |
| XYZ | 11.11 | 6.18 | 31.18 | - |
| YUV | 68.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 154 | 0.40 | 0.74 | 0 | 0.40 | 267.89 | 0.59 | 0.38 |
| Hex | 5D | 28 | 9A | 28 | 4A | 0 | 28 | 10C | 3B | 26 |
| Octal | 135 | 50 | 232 | 50 | 112 | 0 | 50 | 414 | 73 | 46 |
| Binary | 1011101 | 101000 | 10011010 | 101000 | 1001010 | 0 | 101000 | 100001100 | 111011 | 100110 |
Color Harmonies of #5D289A
Complementary color
Monochromatic Colors of #5D289A
Black with #5D289A
Text Example
Text Example
White with #5D289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D289A; }
p { color: rgb(93,40,154); }
H1.HeaderClassName
{
color: #5D289A;
}
.AnyTagClassName
{
color: #5D289A;
}
</style>
background-color css
<style>
a { background-color: #5D289A; }
a { background-color: rgb(93,40,154); }
div.DivClassName
{
background-color: #5D289A;
}
.BgClassName
{
background-color: #5D289A;
}
</style>
border-color css
<style>
span { border-color: #5D289A; }
span { border-color: rgb(93,40,154); }
td.TdClassName
{
border-color: #5D289A;
}
.TagClassName
{
border-color: #5D289A;
}
</style>