Shades of Daisy Bush #5E319C
Tints of Daisy Bush #5E319C
RGB
CMYK
RGB Variations
Color information
#5E319C (or 0x5E319C) is known color: Daisy Bush. HEX triplet: 5E, 31 and 9C. RGB value is (94,49,156). Sum of RGB (Red+Green+Blue) = 94+49+156=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E319C is #A1CE63. Grayscale: #4A4A4A. Windows color (decimal): -10604132 or 10236254. OLE color: 10236254.
HSL color Cylindrical-coordinate representation of color #5E319C: hue angle of 265.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E319C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 49 | 156 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.39 |
| HSL | 265.23º | 0.52% | 0.4% | - |
| HSV(B) | 265.23º | 0.69% | 0.61% | - |
| XYZ | 11.72 | 6.98 | 32.18 | - |
| YUV | 74.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 156 | 0.40 | 0.69 | 0 | 0.39 | 265.23 | 0.52 | 0.4 |
| Hex | 5E | 31 | 9C | 28 | 45 | 0 | 27 | 109 | 34 | 28 |
| Octal | 136 | 61 | 234 | 50 | 105 | 0 | 47 | 411 | 64 | 50 |
| Binary | 1011110 | 110001 | 10011100 | 101000 | 1000101 | 0 | 100111 | 100001001 | 110100 | 101000 |
Color Harmonies of #5E319C
Complementary color
Monochromatic Colors of #5E319C
Black with #5E319C
Text Example
Text Example
White with #5E319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E319C; }
p { color: rgb(94,49,156); }
H1.HeaderClassName
{
color: #5E319C;
}
.AnyTagClassName
{
color: #5E319C;
}
</style>
background-color css
<style>
a { background-color: #5E319C; }
a { background-color: rgb(94,49,156); }
div.DivClassName
{
background-color: #5E319C;
}
.BgClassName
{
background-color: #5E319C;
}
</style>
border-color css
<style>
span { border-color: #5E319C; }
span { border-color: rgb(94,49,156); }
td.TdClassName
{
border-color: #5E319C;
}
.TagClassName
{
border-color: #5E319C;
}
</style>