Shades of Daisy Bush #5D459D
Tints of Daisy Bush #5D459D
RGB
CMYK
RGB Variations
Color information
#5D459D (or 0x5D459D) is known color: Daisy Bush. HEX triplet: 5D, 45 and 9D. RGB value is (93,69,157). Sum of RGB (Red+Green+Blue) = 93+69+157=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D459D is #A2BA62. Grayscale: #555555. Windows color (decimal): -10664547 or 10306909. OLE color: 10306909.
HSL color Cylindrical-coordinate representation of color #5D459D: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D459D is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 69 | 157 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.38 |
| HSL | 256.36º | 0.39% | 0.44% | - |
| HSV(B) | 256.36º | 0.56% | 0.62% | - |
| XYZ | 12.73 | 9.02 | 32.97 | - |
| YUV | 86.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 157 | 0.41 | 0.56 | 0 | 0.38 | 256.36 | 0.39 | 0.44 |
| Hex | 5D | 45 | 9D | 29 | 38 | 0 | 26 | 100 | 27 | 2C |
| Octal | 135 | 105 | 235 | 51 | 70 | 0 | 46 | 400 | 47 | 54 |
| Binary | 1011101 | 1000101 | 10011101 | 101001 | 111000 | 0 | 100110 | 100000000 | 100111 | 101100 |
Color Harmonies of #5D459D
Complementary color
Monochromatic Colors of #5D459D
Black with #5D459D
Text Example
Text Example
White with #5D459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D459D; }
p { color: rgb(93,69,157); }
H1.HeaderClassName
{
color: #5D459D;
}
.AnyTagClassName
{
color: #5D459D;
}
</style>
background-color css
<style>
a { background-color: #5D459D; }
a { background-color: rgb(93,69,157); }
div.DivClassName
{
background-color: #5D459D;
}
.BgClassName
{
background-color: #5D459D;
}
</style>
border-color css
<style>
span { border-color: #5D459D; }
span { border-color: rgb(93,69,157); }
td.TdClassName
{
border-color: #5D459D;
}
.TagClassName
{
border-color: #5D459D;
}
</style>