Shades of Daisy Bush #5E4B9B
Tints of Daisy Bush #5E4B9B
RGB
CMYK
RGB Variations
Color information
#5E4B9B (or 0x5E4B9B) is known color: Daisy Bush. HEX triplet: 5E, 4B and 9B. RGB value is (94,75,155). Sum of RGB (Red+Green+Blue) = 94+75+155=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E4B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4B9B is #A1B464. Grayscale: #595959. Windows color (decimal): -10597477 or 10177374. OLE color: 10177374.
HSL color Cylindrical-coordinate representation of color #5E4B9B: hue angle of 254.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E4B9B is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 75 | 155 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.39 |
| HSL | 254.25º | 0.35% | 0.45% | - |
| HSV(B) | 254.25º | 0.52% | 0.61% | - |
| XYZ | 13.05 | 9.78 | 32.21 | - |
| YUV | 89.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 155 | 0.39 | 0.52 | 0 | 0.39 | 254.25 | 0.35 | 0.45 |
| Hex | 5E | 4B | 9B | 27 | 34 | 0 | 27 | FE | 23 | 2D |
| Octal | 136 | 113 | 233 | 47 | 64 | 0 | 47 | 376 | 43 | 55 |
| Binary | 1011110 | 1001011 | 10011011 | 100111 | 110100 | 0 | 100111 | 11111110 | 100011 | 101101 |
Color Harmonies of #5E4B9B
Complementary color
Monochromatic Colors of #5E4B9B
Black with #5E4B9B
Text Example
Text Example
White with #5E4B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4B9B; }
p { color: rgb(94,75,155); }
H1.HeaderClassName
{
color: #5E4B9B;
}
.AnyTagClassName
{
color: #5E4B9B;
}
</style>
background-color css
<style>
a { background-color: #5E4B9B; }
a { background-color: rgb(94,75,155); }
div.DivClassName
{
background-color: #5E4B9B;
}
.BgClassName
{
background-color: #5E4B9B;
}
</style>
border-color css
<style>
span { border-color: #5E4B9B; }
span { border-color: rgb(94,75,155); }
td.TdClassName
{
border-color: #5E4B9B;
}
.TagClassName
{
border-color: #5E4B9B;
}
</style>