Shades of Daisy Bush #5D428E
Tints of Daisy Bush #5D428E
RGB
CMYK
RGB Variations
Color information
#5D428E (or 0x5D428E) is known color: Daisy Bush. HEX triplet: 5D, 42 and 8E. RGB value is (93,66,142). Sum of RGB (Red+Green+Blue) = 93+66+142=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D428E is #A2BD71. Grayscale: #525252. Windows color (decimal): -10665330 or 9323101. OLE color: 9323101.
HSL color Cylindrical-coordinate representation of color #5D428E: hue angle of 261.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D428E is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 66 | 142 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.44 |
| HSL | 261.32º | 0.37% | 0.41% | - |
| HSV(B) | 261.32º | 0.54% | 0.56% | - |
| XYZ | 11.34 | 8.18 | 26.57 | - |
| YUV | 82.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 142 | 0.35 | 0.54 | 0 | 0.44 | 261.32 | 0.37 | 0.41 |
| Hex | 5D | 42 | 8E | 23 | 36 | 0 | 2C | 105 | 25 | 29 |
| Octal | 135 | 102 | 216 | 43 | 66 | 0 | 54 | 405 | 45 | 51 |
| Binary | 1011101 | 1000010 | 10001110 | 100011 | 110110 | 0 | 101100 | 100000101 | 100101 | 101001 |
Color Harmonies of #5D428E
Complementary color
Monochromatic Colors of #5D428E
Black with #5D428E
Text Example
Text Example
White with #5D428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D428E; }
p { color: rgb(93,66,142); }
H1.HeaderClassName
{
color: #5D428E;
}
.AnyTagClassName
{
color: #5D428E;
}
</style>
background-color css
<style>
a { background-color: #5D428E; }
a { background-color: rgb(93,66,142); }
div.DivClassName
{
background-color: #5D428E;
}
.BgClassName
{
background-color: #5D428E;
}
</style>
border-color css
<style>
span { border-color: #5D428E; }
span { border-color: rgb(93,66,142); }
td.TdClassName
{
border-color: #5D428E;
}
.TagClassName
{
border-color: #5D428E;
}
</style>