Shades of Daisy Bush #5E398D
Tints of Daisy Bush #5E398D
RGB
CMYK
RGB Variations
Color information
#5E398D (or 0x5E398D) is known color: Daisy Bush. HEX triplet: 5E, 39 and 8D. RGB value is (94,57,141). Sum of RGB (Red+Green+Blue) = 94+57+141=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E398D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E398D is #A1C672. Grayscale: #4D4D4D. Windows color (decimal): -10602099 or 9255262. OLE color: 9255262.
HSL color Cylindrical-coordinate representation of color #5E398D: hue angle of 266.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E398D is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 57 | 141 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.45 |
| HSL | 266.43º | 0.42% | 0.39% | - |
| HSV(B) | 266.43º | 0.6% | 0.55% | - |
| XYZ | 10.89 | 7.23 | 26.02 | - |
| YUV | 77.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 141 | 0.33 | 0.60 | 0 | 0.45 | 266.43 | 0.42 | 0.39 |
| Hex | 5E | 39 | 8D | 21 | 3C | 0 | 2D | 10A | 2A | 27 |
| Octal | 136 | 71 | 215 | 41 | 74 | 0 | 55 | 412 | 52 | 47 |
| Binary | 1011110 | 111001 | 10001101 | 100001 | 111100 | 0 | 101101 | 100001010 | 101010 | 100111 |
Color Harmonies of #5E398D
Complementary color
Monochromatic Colors of #5E398D
Black with #5E398D
Text Example
Text Example
White with #5E398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E398D; }
p { color: rgb(94,57,141); }
H1.HeaderClassName
{
color: #5E398D;
}
.AnyTagClassName
{
color: #5E398D;
}
</style>
background-color css
<style>
a { background-color: #5E398D; }
a { background-color: rgb(94,57,141); }
div.DivClassName
{
background-color: #5E398D;
}
.BgClassName
{
background-color: #5E398D;
}
</style>
border-color css
<style>
span { border-color: #5E398D; }
span { border-color: rgb(94,57,141); }
td.TdClassName
{
border-color: #5E398D;
}
.TagClassName
{
border-color: #5E398D;
}
</style>