Shades of Daisy Bush #5E2A94
Tints of Daisy Bush #5E2A94
RGB
CMYK
RGB Variations
Color information
#5E2A94 (or 0x5E2A94) is known color: Daisy Bush. HEX triplet: 5E, 2A and 94. RGB value is (94,42,148). Sum of RGB (Red+Green+Blue) = 94+42+148=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E2A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2A94 is #A1D56B. Grayscale: #454545. Windows color (decimal): -10605932 or 9710174. OLE color: 9710174.
HSL color Cylindrical-coordinate representation of color #5E2A94: hue angle of 269.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2A94 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 42 | 148 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.42 |
| HSL | 269.43º | 0.56% | 0.37% | - |
| HSV(B) | 269.43º | 0.72% | 0.58% | - |
| XYZ | 10.79 | 6.17 | 28.64 | - |
| YUV | 69.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 148 | 0.36 | 0.72 | 0 | 0.42 | 269.43 | 0.56 | 0.37 |
| Hex | 5E | 2A | 94 | 24 | 48 | 0 | 2A | 10D | 38 | 25 |
| Octal | 136 | 52 | 224 | 44 | 110 | 0 | 52 | 415 | 70 | 45 |
| Binary | 1011110 | 101010 | 10010100 | 100100 | 1001000 | 0 | 101010 | 100001101 | 111000 | 100101 |
Color Harmonies of #5E2A94
Complementary color
Monochromatic Colors of #5E2A94
Black with #5E2A94
Text Example
Text Example
White with #5E2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A94; }
p { color: rgb(94,42,148); }
H1.HeaderClassName
{
color: #5E2A94;
}
.AnyTagClassName
{
color: #5E2A94;
}
</style>
background-color css
<style>
a { background-color: #5E2A94; }
a { background-color: rgb(94,42,148); }
div.DivClassName
{
background-color: #5E2A94;
}
.BgClassName
{
background-color: #5E2A94;
}
</style>
border-color css
<style>
span { border-color: #5E2A94; }
span { border-color: rgb(94,42,148); }
td.TdClassName
{
border-color: #5E2A94;
}
.TagClassName
{
border-color: #5E2A94;
}
</style>