Shades of Daisy Bush #5C46A6
Tints of Daisy Bush #5C46A6
RGB
CMYK
RGB Variations
Color information
#5C46A6 (or 0x5C46A6) is known color: Daisy Bush. HEX triplet: 5C, 46 and A6. RGB value is (92,70,166). Sum of RGB (Red+Green+Blue) = 92+70+166=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C46A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C46A6 is #A3B959. Grayscale: #575757. Windows color (decimal): -10729818 or 10896988. OLE color: 10896988.
HSL color Cylindrical-coordinate representation of color #5C46A6: hue angle of 253.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C46A6 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 70 | 166 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.35 |
| HSL | 253.75º | 0.41% | 0.46% | - |
| HSV(B) | 253.75º | 0.58% | 0.65% | - |
| XYZ | 13.49 | 9.41 | 37.18 | - |
| YUV | 87.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 166 | 0.45 | 0.58 | 0 | 0.35 | 253.75 | 0.41 | 0.46 |
| Hex | 5C | 46 | A6 | 2D | 3A | 0 | 23 | FE | 29 | 2E |
| Octal | 134 | 106 | 246 | 55 | 72 | 0 | 43 | 376 | 51 | 56 |
| Binary | 1011100 | 1000110 | 10100110 | 101101 | 111010 | 0 | 100011 | 11111110 | 101001 | 101110 |
Color Harmonies of #5C46A6
Complementary color
Monochromatic Colors of #5C46A6
Black with #5C46A6
Text Example
Text Example
White with #5C46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C46A6; }
p { color: rgb(92,70,166); }
H1.HeaderClassName
{
color: #5C46A6;
}
.AnyTagClassName
{
color: #5C46A6;
}
</style>
background-color css
<style>
a { background-color: #5C46A6; }
a { background-color: rgb(92,70,166); }
div.DivClassName
{
background-color: #5C46A6;
}
.BgClassName
{
background-color: #5C46A6;
}
</style>
border-color css
<style>
span { border-color: #5C46A6; }
span { border-color: rgb(92,70,166); }
td.TdClassName
{
border-color: #5C46A6;
}
.TagClassName
{
border-color: #5C46A6;
}
</style>