Shades of Daisy Bush #5C46A3
Tints of Daisy Bush #5C46A3
RGB
CMYK
RGB Variations
Color information
#5C46A3 (or 0x5C46A3) is known color: Daisy Bush. HEX triplet: 5C, 46 and A3. RGB value is (92,70,163). Sum of RGB (Red+Green+Blue) = 92+70+163=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #5C46A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C46A3 is #A3B95C. Grayscale: #565656. Windows color (decimal): -10729821 or 10700380. OLE color: 10700380.
HSL color Cylindrical-coordinate representation of color #5C46A3: hue angle of 254.19º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C46A3 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 70 | 163 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.36 |
| HSL | 254.19º | 0.4% | 0.46% | - |
| HSV(B) | 254.19º | 0.57% | 0.64% | - |
| XYZ | 13.21 | 9.3 | 35.75 | - |
| YUV | 87.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 163 | 0.44 | 0.57 | 0 | 0.36 | 254.19 | 0.4 | 0.46 |
| Hex | 5C | 46 | A3 | 2C | 39 | 0 | 24 | FE | 28 | 2E |
| Octal | 134 | 106 | 243 | 54 | 71 | 0 | 44 | 376 | 50 | 56 |
| Binary | 1011100 | 1000110 | 10100011 | 101100 | 111001 | 0 | 100100 | 11111110 | 101000 | 101110 |
Color Harmonies of #5C46A3
Complementary color
Monochromatic Colors of #5C46A3
Black with #5C46A3
Text Example
Text Example
White with #5C46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C46A3; }
p { color: rgb(92,70,163); }
H1.HeaderClassName
{
color: #5C46A3;
}
.AnyTagClassName
{
color: #5C46A3;
}
</style>
background-color css
<style>
a { background-color: #5C46A3; }
a { background-color: rgb(92,70,163); }
div.DivClassName
{
background-color: #5C46A3;
}
.BgClassName
{
background-color: #5C46A3;
}
</style>
border-color css
<style>
span { border-color: #5C46A3; }
span { border-color: rgb(92,70,163); }
td.TdClassName
{
border-color: #5C46A3;
}
.TagClassName
{
border-color: #5C46A3;
}
</style>