Shades of Daisy Bush #5E3B9C
Tints of Daisy Bush #5E3B9C
RGB
CMYK
RGB Variations
Color information
#5E3B9C (or 0x5E3B9C) is known color: Daisy Bush. HEX triplet: 5E, 3B and 9C. RGB value is (94,59,156). Sum of RGB (Red+Green+Blue) = 94+59+156=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E3B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3B9C is #A1C463. Grayscale: #505050. Windows color (decimal): -10601572 or 10238814. OLE color: 10238814.
HSL color Cylindrical-coordinate representation of color #5E3B9C: hue angle of 261.65º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E3B9C is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 59 | 156 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.39 |
| HSL | 261.65º | 0.45% | 0.42% | - |
| HSV(B) | 261.65º | 0.62% | 0.61% | - |
| XYZ | 12.18 | 7.91 | 32.34 | - |
| YUV | 80.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 156 | 0.40 | 0.62 | 0 | 0.39 | 261.65 | 0.45 | 0.42 |
| Hex | 5E | 3B | 9C | 28 | 3E | 0 | 27 | 106 | 2D | 2A |
| Octal | 136 | 73 | 234 | 50 | 76 | 0 | 47 | 406 | 55 | 52 |
| Binary | 1011110 | 111011 | 10011100 | 101000 | 111110 | 0 | 100111 | 100000110 | 101101 | 101010 |
Color Harmonies of #5E3B9C
Complementary color
Monochromatic Colors of #5E3B9C
Black with #5E3B9C
Text Example
Text Example
White with #5E3B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B9C; }
p { color: rgb(94,59,156); }
H1.HeaderClassName
{
color: #5E3B9C;
}
.AnyTagClassName
{
color: #5E3B9C;
}
</style>
background-color css
<style>
a { background-color: #5E3B9C; }
a { background-color: rgb(94,59,156); }
div.DivClassName
{
background-color: #5E3B9C;
}
.BgClassName
{
background-color: #5E3B9C;
}
</style>
border-color css
<style>
span { border-color: #5E3B9C; }
span { border-color: rgb(94,59,156); }
td.TdClassName
{
border-color: #5E3B9C;
}
.TagClassName
{
border-color: #5E3B9C;
}
</style>