Shades of Daisy Bush #5E3F87
Tints of Daisy Bush #5E3F87
RGB
CMYK
RGB Variations
Color information
#5E3F87 (or 0x5E3F87) is known color: Daisy Bush. HEX triplet: 5E, 3F and 87. RGB value is (94,63,135). Sum of RGB (Red+Green+Blue) = 94+63+135=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3F87 is #A1C078. Grayscale: #505050. Windows color (decimal): -10600569 or 8863582. OLE color: 8863582.
HSL color Cylindrical-coordinate representation of color #5E3F87: hue angle of 265.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E3F87 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 63 | 135 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.47 |
| HSL | 265.83º | 0.36% | 0.39% | - |
| HSV(B) | 265.83º | 0.53% | 0.53% | - |
| XYZ | 10.77 | 7.68 | 23.84 | - |
| YUV | 80.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 135 | 0.30 | 0.53 | 0 | 0.47 | 265.83 | 0.36 | 0.39 |
| Hex | 5E | 3F | 87 | 1E | 35 | 0 | 2F | 10A | 24 | 27 |
| Octal | 136 | 77 | 207 | 36 | 65 | 0 | 57 | 412 | 44 | 47 |
| Binary | 1011110 | 111111 | 10000111 | 11110 | 110101 | 0 | 101111 | 100001010 | 100100 | 100111 |
Color Harmonies of #5E3F87
Complementary color
Monochromatic Colors of #5E3F87
Black with #5E3F87
Text Example
Text Example
White with #5E3F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F87; }
p { color: rgb(94,63,135); }
H1.HeaderClassName
{
color: #5E3F87;
}
.AnyTagClassName
{
color: #5E3F87;
}
</style>
background-color css
<style>
a { background-color: #5E3F87; }
a { background-color: rgb(94,63,135); }
div.DivClassName
{
background-color: #5E3F87;
}
.BgClassName
{
background-color: #5E3F87;
}
</style>
border-color css
<style>
span { border-color: #5E3F87; }
span { border-color: rgb(94,63,135); }
td.TdClassName
{
border-color: #5E3F87;
}
.TagClassName
{
border-color: #5E3F87;
}
</style>