Shades of Daisy Bush #5E3892
Tints of Daisy Bush #5E3892
RGB
CMYK
RGB Variations
Color information
#5E3892 (or 0x5E3892) is known color: Daisy Bush. HEX triplet: 5E, 38 and 92. RGB value is (94,56,146). Sum of RGB (Red+Green+Blue) = 94+56+146=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E3892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3892 is #A1C76D. Grayscale: #4D4D4D. Windows color (decimal): -10602350 or 9582686. OLE color: 9582686.
HSL color Cylindrical-coordinate representation of color #5E3892: hue angle of 265.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E3892 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 56 | 146 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.43 |
| HSL | 265.33º | 0.45% | 0.4% | - |
| HSV(B) | 265.33º | 0.62% | 0.57% | - |
| XYZ | 11.22 | 7.28 | 28.01 | - |
| YUV | 77.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 146 | 0.36 | 0.62 | 0 | 0.43 | 265.33 | 0.45 | 0.4 |
| Hex | 5E | 38 | 92 | 24 | 3E | 0 | 2B | 109 | 2D | 28 |
| Octal | 136 | 70 | 222 | 44 | 76 | 0 | 53 | 411 | 55 | 50 |
| Binary | 1011110 | 111000 | 10010010 | 100100 | 111110 | 0 | 101011 | 100001001 | 101101 | 101000 |
Color Harmonies of #5E3892
Complementary color
Monochromatic Colors of #5E3892
Black with #5E3892
Text Example
Text Example
White with #5E3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3892; }
p { color: rgb(94,56,146); }
H1.HeaderClassName
{
color: #5E3892;
}
.AnyTagClassName
{
color: #5E3892;
}
</style>
background-color css
<style>
a { background-color: #5E3892; }
a { background-color: rgb(94,56,146); }
div.DivClassName
{
background-color: #5E3892;
}
.BgClassName
{
background-color: #5E3892;
}
</style>
border-color css
<style>
span { border-color: #5E3892; }
span { border-color: rgb(94,56,146); }
td.TdClassName
{
border-color: #5E3892;
}
.TagClassName
{
border-color: #5E3892;
}
</style>