Shades of Daisy Bush #5E429A
Tints of Daisy Bush #5E429A
RGB
CMYK
RGB Variations
Color information
#5E429A (or 0x5E429A) is known color: Daisy Bush. HEX triplet: 5E, 42 and 9A. RGB value is (94,66,154). Sum of RGB (Red+Green+Blue) = 94+66+154=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E429A is #A1BD65. Grayscale: #545454. Windows color (decimal): -10599782 or 10109534. OLE color: 10109534.
HSL color Cylindrical-coordinate representation of color #5E429A: hue angle of 259.09º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E429A is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 66 | 154 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.40 |
| HSL | 259.09º | 0.4% | 0.43% | - |
| HSV(B) | 259.09º | 0.57% | 0.6% | - |
| XYZ | 12.4 | 8.61 | 31.58 | - |
| YUV | 84.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 154 | 0.39 | 0.57 | 0 | 0.40 | 259.09 | 0.4 | 0.43 |
| Hex | 5E | 42 | 9A | 27 | 39 | 0 | 28 | 103 | 28 | 2B |
| Octal | 136 | 102 | 232 | 47 | 71 | 0 | 50 | 403 | 50 | 53 |
| Binary | 1011110 | 1000010 | 10011010 | 100111 | 111001 | 0 | 101000 | 100000011 | 101000 | 101011 |
Color Harmonies of #5E429A
Complementary color
Monochromatic Colors of #5E429A
Black with #5E429A
Text Example
Text Example
White with #5E429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E429A; }
p { color: rgb(94,66,154); }
H1.HeaderClassName
{
color: #5E429A;
}
.AnyTagClassName
{
color: #5E429A;
}
</style>
background-color css
<style>
a { background-color: #5E429A; }
a { background-color: rgb(94,66,154); }
div.DivClassName
{
background-color: #5E429A;
}
.BgClassName
{
background-color: #5E429A;
}
</style>
border-color css
<style>
span { border-color: #5E429A; }
span { border-color: rgb(94,66,154); }
td.TdClassName
{
border-color: #5E429A;
}
.TagClassName
{
border-color: #5E429A;
}
</style>