Shades of Daisy Bush #5E339A
Tints of Daisy Bush #5E339A
RGB
CMYK
RGB Variations
Color information
#5E339A (or 0x5E339A) is known color: Daisy Bush. HEX triplet: 5E, 33 and 9A. RGB value is (94,51,154). Sum of RGB (Red+Green+Blue) = 94+51+154=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E339A is #A1CC65. Grayscale: #4B4B4B. Windows color (decimal): -10603622 or 10105694. OLE color: 10105694.
HSL color Cylindrical-coordinate representation of color #5E339A: hue angle of 265.05º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E339A is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 51 | 154 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.40 |
| HSL | 265.05º | 0.5% | 0.4% | - |
| HSV(B) | 265.05º | 0.67% | 0.6% | - |
| XYZ | 11.63 | 7.08 | 31.33 | - |
| YUV | 75.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 154 | 0.39 | 0.67 | 0 | 0.40 | 265.05 | 0.5 | 0.4 |
| Hex | 5E | 33 | 9A | 27 | 43 | 0 | 28 | 109 | 32 | 28 |
| Octal | 136 | 63 | 232 | 47 | 103 | 0 | 50 | 411 | 62 | 50 |
| Binary | 1011110 | 110011 | 10011010 | 100111 | 1000011 | 0 | 101000 | 100001001 | 110010 | 101000 |
Color Harmonies of #5E339A
Complementary color
Monochromatic Colors of #5E339A
Black with #5E339A
Text Example
Text Example
White with #5E339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E339A; }
p { color: rgb(94,51,154); }
H1.HeaderClassName
{
color: #5E339A;
}
.AnyTagClassName
{
color: #5E339A;
}
</style>
background-color css
<style>
a { background-color: #5E339A; }
a { background-color: rgb(94,51,154); }
div.DivClassName
{
background-color: #5E339A;
}
.BgClassName
{
background-color: #5E339A;
}
</style>
border-color css
<style>
span { border-color: #5E339A; }
span { border-color: rgb(94,51,154); }
td.TdClassName
{
border-color: #5E339A;
}
.TagClassName
{
border-color: #5E339A;
}
</style>