Shades of Daisy Bush #5E4592
Tints of Daisy Bush #5E4592
RGB
CMYK
RGB Variations
Color information
#5E4592 (or 0x5E4592) is known color: Daisy Bush. HEX triplet: 5E, 45 and 92. RGB value is (94,69,146). Sum of RGB (Red+Green+Blue) = 94+69+146=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4592 is #A1BA6D. Grayscale: #545454. Windows color (decimal): -10599022 or 9586014. OLE color: 9586014.
HSL color Cylindrical-coordinate representation of color #5E4592: hue angle of 259.48º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E4592 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 69 | 146 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.43 |
| HSL | 259.48º | 0.36% | 0.42% | - |
| HSV(B) | 259.48º | 0.53% | 0.57% | - |
| XYZ | 11.93 | 8.71 | 28.25 | - |
| YUV | 85.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 146 | 0.36 | 0.53 | 0 | 0.43 | 259.48 | 0.36 | 0.42 |
| Hex | 5E | 45 | 92 | 24 | 35 | 0 | 2B | 103 | 24 | 2A |
| Octal | 136 | 105 | 222 | 44 | 65 | 0 | 53 | 403 | 44 | 52 |
| Binary | 1011110 | 1000101 | 10010010 | 100100 | 110101 | 0 | 101011 | 100000011 | 100100 | 101010 |
Color Harmonies of #5E4592
Complementary color
Monochromatic Colors of #5E4592
Black with #5E4592
Text Example
Text Example
White with #5E4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4592; }
p { color: rgb(94,69,146); }
H1.HeaderClassName
{
color: #5E4592;
}
.AnyTagClassName
{
color: #5E4592;
}
</style>
background-color css
<style>
a { background-color: #5E4592; }
a { background-color: rgb(94,69,146); }
div.DivClassName
{
background-color: #5E4592;
}
.BgClassName
{
background-color: #5E4592;
}
</style>
border-color css
<style>
span { border-color: #5E4592; }
span { border-color: rgb(94,69,146); }
td.TdClassName
{
border-color: #5E4592;
}
.TagClassName
{
border-color: #5E4592;
}
</style>