Shades of Daisy Bush #5E3897
Tints of Daisy Bush #5E3897
RGB
CMYK
RGB Variations
Color information
#5E3897 (or 0x5E3897) is known color: Daisy Bush. HEX triplet: 5E, 38 and 97. RGB value is (94,56,151). Sum of RGB (Red+Green+Blue) = 94+56+151=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E3897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3897 is #A1C768. Grayscale: #4D4D4D. Windows color (decimal): -10602345 or 9910366. OLE color: 9910366.
HSL color Cylindrical-coordinate representation of color #5E3897: hue angle of 264º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E3897 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 56 | 151 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.41 |
| HSL | 264º | 0.46% | 0.41% | - |
| HSV(B) | 264º | 0.63% | 0.59% | - |
| XYZ | 11.62 | 7.44 | 30.1 | - |
| YUV | 78.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 151 | 0.38 | 0.63 | 0 | 0.41 | 264 | 0.46 | 0.41 |
| Hex | 5E | 38 | 97 | 26 | 3F | 0 | 29 | 108 | 2E | 29 |
| Octal | 136 | 70 | 227 | 46 | 77 | 0 | 51 | 410 | 56 | 51 |
| Binary | 1011110 | 111000 | 10010111 | 100110 | 111111 | 0 | 101001 | 100001000 | 101110 | 101001 |
Color Harmonies of #5E3897
Complementary color
Monochromatic Colors of #5E3897
Black with #5E3897
Text Example
Text Example
White with #5E3897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3897; }
p { color: rgb(94,56,151); }
H1.HeaderClassName
{
color: #5E3897;
}
.AnyTagClassName
{
color: #5E3897;
}
</style>
background-color css
<style>
a { background-color: #5E3897; }
a { background-color: rgb(94,56,151); }
div.DivClassName
{
background-color: #5E3897;
}
.BgClassName
{
background-color: #5E3897;
}
</style>
border-color css
<style>
span { border-color: #5E3897; }
span { border-color: rgb(94,56,151); }
td.TdClassName
{
border-color: #5E3897;
}
.TagClassName
{
border-color: #5E3897;
}
</style>