Shades of Daisy Bush #5D469E
Tints of Daisy Bush #5D469E
RGB
CMYK
RGB Variations
Color information
#5D469E (or 0x5D469E) is known color: Daisy Bush. HEX triplet: 5D, 46 and 9E. RGB value is (93,70,158). Sum of RGB (Red+Green+Blue) = 93+70+158=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D469E is #A2B961. Grayscale: #565656. Windows color (decimal): -10664290 or 10372701. OLE color: 10372701.
HSL color Cylindrical-coordinate representation of color #5D469E: hue angle of 255.68º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D469E is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 70 | 158 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.38 |
| HSL | 255.68º | 0.39% | 0.45% | - |
| HSV(B) | 255.68º | 0.56% | 0.62% | - |
| XYZ | 12.88 | 9.18 | 33.44 | - |
| YUV | 86.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 158 | 0.41 | 0.56 | 0 | 0.38 | 255.68 | 0.39 | 0.45 |
| Hex | 5D | 46 | 9E | 29 | 38 | 0 | 26 | 100 | 27 | 2D |
| Octal | 135 | 106 | 236 | 51 | 70 | 0 | 46 | 400 | 47 | 55 |
| Binary | 1011101 | 1000110 | 10011110 | 101001 | 111000 | 0 | 100110 | 100000000 | 100111 | 101101 |
Color Harmonies of #5D469E
Complementary color
Monochromatic Colors of #5D469E
Black with #5D469E
Text Example
Text Example
White with #5D469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D469E; }
p { color: rgb(93,70,158); }
H1.HeaderClassName
{
color: #5D469E;
}
.AnyTagClassName
{
color: #5D469E;
}
</style>
background-color css
<style>
a { background-color: #5D469E; }
a { background-color: rgb(93,70,158); }
div.DivClassName
{
background-color: #5D469E;
}
.BgClassName
{
background-color: #5D469E;
}
</style>
border-color css
<style>
span { border-color: #5D469E; }
span { border-color: rgb(93,70,158); }
td.TdClassName
{
border-color: #5D469E;
}
.TagClassName
{
border-color: #5D469E;
}
</style>