Shades of Daisy Bush #5C329A
Tints of Daisy Bush #5C329A
RGB
CMYK
RGB Variations
Color information
#5C329A (or 0x5C329A) is known color: Daisy Bush. HEX triplet: 5C, 32 and 9A. RGB value is (92,50,154). Sum of RGB (Red+Green+Blue) = 92+50+154=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C329A is #A3CD65. Grayscale: #4A4A4A. Windows color (decimal): -10734950 or 10105436. OLE color: 10105436.
HSL color Cylindrical-coordinate representation of color #5C329A: hue angle of 264.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C329A is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 50 | 154 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.40 |
| HSL | 264.23º | 0.51% | 0.4% | - |
| HSV(B) | 264.23º | 0.68% | 0.6% | - |
| XYZ | 11.39 | 6.89 | 31.3 | - |
| YUV | 74.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 154 | 0.40 | 0.68 | 0 | 0.40 | 264.23 | 0.51 | 0.4 |
| Hex | 5C | 32 | 9A | 28 | 44 | 0 | 28 | 108 | 33 | 28 |
| Octal | 134 | 62 | 232 | 50 | 104 | 0 | 50 | 410 | 63 | 50 |
| Binary | 1011100 | 110010 | 10011010 | 101000 | 1000100 | 0 | 101000 | 100001000 | 110011 | 101000 |
Color Harmonies of #5C329A
Complementary color
Monochromatic Colors of #5C329A
Black with #5C329A
Text Example
Text Example
White with #5C329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C329A; }
p { color: rgb(92,50,154); }
H1.HeaderClassName
{
color: #5C329A;
}
.AnyTagClassName
{
color: #5C329A;
}
</style>
background-color css
<style>
a { background-color: #5C329A; }
a { background-color: rgb(92,50,154); }
div.DivClassName
{
background-color: #5C329A;
}
.BgClassName
{
background-color: #5C329A;
}
</style>
border-color css
<style>
span { border-color: #5C329A; }
span { border-color: rgb(92,50,154); }
td.TdClassName
{
border-color: #5C329A;
}
.TagClassName
{
border-color: #5C329A;
}
</style>