Shades of Daisy Bush #5D289C
Tints of Daisy Bush #5D289C
RGB
CMYK
RGB Variations
Color information
#5D289C (or 0x5D289C) is known color: Daisy Bush. HEX triplet: 5D, 28 and 9C. RGB value is (93,40,156). Sum of RGB (Red+Green+Blue) = 93+40+156=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D289C is #A2D763. Grayscale: #444444. Windows color (decimal): -10671972 or 10233949. OLE color: 10233949.
HSL color Cylindrical-coordinate representation of color #5D289C: hue angle of 267.41º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D289C is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 40 | 156 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.39 |
| HSL | 267.41º | 0.59% | 0.38% | - |
| HSV(B) | 267.41º | 0.74% | 0.61% | - |
| XYZ | 11.27 | 6.25 | 32.06 | - |
| YUV | 69.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 156 | 0.40 | 0.74 | 0 | 0.39 | 267.41 | 0.59 | 0.38 |
| Hex | 5D | 28 | 9C | 28 | 4A | 0 | 27 | 10B | 3B | 26 |
| Octal | 135 | 50 | 234 | 50 | 112 | 0 | 47 | 413 | 73 | 46 |
| Binary | 1011101 | 101000 | 10011100 | 101000 | 1001010 | 0 | 100111 | 100001011 | 111011 | 100110 |
Color Harmonies of #5D289C
Complementary color
Monochromatic Colors of #5D289C
Black with #5D289C
Text Example
Text Example
White with #5D289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D289C; }
p { color: rgb(93,40,156); }
H1.HeaderClassName
{
color: #5D289C;
}
.AnyTagClassName
{
color: #5D289C;
}
</style>
background-color css
<style>
a { background-color: #5D289C; }
a { background-color: rgb(93,40,156); }
div.DivClassName
{
background-color: #5D289C;
}
.BgClassName
{
background-color: #5D289C;
}
</style>
border-color css
<style>
span { border-color: #5D289C; }
span { border-color: rgb(93,40,156); }
td.TdClassName
{
border-color: #5D289C;
}
.TagClassName
{
border-color: #5D289C;
}
</style>