Shades of Daisy Bush #5D428F
Tints of Daisy Bush #5D428F
RGB
CMYK
RGB Variations
Color information
#5D428F (or 0x5D428F) is known color: Daisy Bush. HEX triplet: 5D, 42 and 8F. RGB value is (93,66,143). Sum of RGB (Red+Green+Blue) = 93+66+143=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D428F is #A2BD70. Grayscale: #525252. Windows color (decimal): -10665329 or 9388637. OLE color: 9388637.
HSL color Cylindrical-coordinate representation of color #5D428F: hue angle of 261.04º 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 #5D428F is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 66 | 143 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.44 |
| HSL | 261.04º | 0.37% | 0.41% | - |
| HSV(B) | 261.04º | 0.54% | 0.56% | - |
| XYZ | 11.42 | 8.21 | 26.97 | - |
| YUV | 82.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 143 | 0.35 | 0.54 | 0 | 0.44 | 261.04 | 0.37 | 0.41 |
| Hex | 5D | 42 | 8F | 23 | 36 | 0 | 2C | 105 | 25 | 29 |
| Octal | 135 | 102 | 217 | 43 | 66 | 0 | 54 | 405 | 45 | 51 |
| Binary | 1011101 | 1000010 | 10001111 | 100011 | 110110 | 0 | 101100 | 100000101 | 100101 | 101001 |
Color Harmonies of #5D428F
Complementary color
Monochromatic Colors of #5D428F
Black with #5D428F
Text Example
Text Example
White with #5D428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D428F; }
p { color: rgb(93,66,143); }
H1.HeaderClassName
{
color: #5D428F;
}
.AnyTagClassName
{
color: #5D428F;
}
</style>
background-color css
<style>
a { background-color: #5D428F; }
a { background-color: rgb(93,66,143); }
div.DivClassName
{
background-color: #5D428F;
}
.BgClassName
{
background-color: #5D428F;
}
</style>
border-color css
<style>
span { border-color: #5D428F; }
span { border-color: rgb(93,66,143); }
td.TdClassName
{
border-color: #5D428F;
}
.TagClassName
{
border-color: #5D428F;
}
</style>