Shades of Daisy Bush #5E4188
Tints of Daisy Bush #5E4188
RGB
CMYK
RGB Variations
Color information
#5E4188 (or 0x5E4188) is known color: Daisy Bush. HEX triplet: 5E, 41 and 88. RGB value is (94,65,136). Sum of RGB (Red+Green+Blue) = 94+65+136=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E4188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4188 is #A1BE77. Grayscale: #515151. Windows color (decimal): -10600056 or 8929630. OLE color: 8929630.
HSL color Cylindrical-coordinate representation of color #5E4188: hue angle of 264.51º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E4188 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 65 | 136 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.47 |
| HSL | 264.51º | 0.35% | 0.39% | - |
| HSV(B) | 264.51º | 0.52% | 0.53% | - |
| XYZ | 10.95 | 7.94 | 24.25 | - |
| YUV | 81.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 136 | 0.31 | 0.52 | 0 | 0.47 | 264.51 | 0.35 | 0.39 |
| Hex | 5E | 41 | 88 | 1F | 34 | 0 | 2F | 109 | 23 | 27 |
| Octal | 136 | 101 | 210 | 37 | 64 | 0 | 57 | 411 | 43 | 47 |
| Binary | 1011110 | 1000001 | 10001000 | 11111 | 110100 | 0 | 101111 | 100001001 | 100011 | 100111 |
Color Harmonies of #5E4188
Complementary color
Monochromatic Colors of #5E4188
Black with #5E4188
Text Example
Text Example
White with #5E4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4188; }
p { color: rgb(94,65,136); }
H1.HeaderClassName
{
color: #5E4188;
}
.AnyTagClassName
{
color: #5E4188;
}
</style>
background-color css
<style>
a { background-color: #5E4188; }
a { background-color: rgb(94,65,136); }
div.DivClassName
{
background-color: #5E4188;
}
.BgClassName
{
background-color: #5E4188;
}
</style>
border-color css
<style>
span { border-color: #5E4188; }
span { border-color: rgb(94,65,136); }
td.TdClassName
{
border-color: #5E4188;
}
.TagClassName
{
border-color: #5E4188;
}
</style>