Shades of Daisy Bush #5C3E94
Tints of Daisy Bush #5C3E94
RGB
CMYK
RGB Variations
Color information
#5C3E94 (or 0x5C3E94) is known color: Daisy Bush. HEX triplet: 5C, 3E and 94. RGB value is (92,62,148). Sum of RGB (Red+Green+Blue) = 92+62+148=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C3E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3E94 is #A3C16B. Grayscale: #505050. Windows color (decimal): -10731884 or 9715292. OLE color: 9715292.
HSL color Cylindrical-coordinate representation of color #5C3E94: hue angle of 260.93º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C3E94 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 62 | 148 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.42 |
| HSL | 260.93º | 0.41% | 0.41% | - |
| HSV(B) | 260.93º | 0.58% | 0.58% | - |
| XYZ | 11.48 | 7.86 | 28.93 | - |
| YUV | 80.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 62 | 148 | 0.38 | 0.58 | 0 | 0.42 | 260.93 | 0.41 | 0.41 |
| Hex | 5C | 3E | 94 | 26 | 3A | 0 | 2A | 105 | 29 | 29 |
| Octal | 134 | 76 | 224 | 46 | 72 | 0 | 52 | 405 | 51 | 51 |
| Binary | 1011100 | 111110 | 10010100 | 100110 | 111010 | 0 | 101010 | 100000101 | 101001 | 101001 |
Color Harmonies of #5C3E94
Complementary color
Monochromatic Colors of #5C3E94
Black with #5C3E94
Text Example
Text Example
White with #5C3E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3E94; }
p { color: rgb(92,62,148); }
H1.HeaderClassName
{
color: #5C3E94;
}
.AnyTagClassName
{
color: #5C3E94;
}
</style>
background-color css
<style>
a { background-color: #5C3E94; }
a { background-color: rgb(92,62,148); }
div.DivClassName
{
background-color: #5C3E94;
}
.BgClassName
{
background-color: #5C3E94;
}
</style>
border-color css
<style>
span { border-color: #5C3E94; }
span { border-color: rgb(92,62,148); }
td.TdClassName
{
border-color: #5C3E94;
}
.TagClassName
{
border-color: #5C3E94;
}
</style>