Shades of Daisy Bush #58329C
Tints of Daisy Bush #58329C
RGB
CMYK
RGB Variations
Color information
#58329C (or 0x58329C) is known color: Daisy Bush. HEX triplet: 58, 32 and 9C. RGB value is (88,50,156). Sum of RGB (Red+Green+Blue) = 88+50+156=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #58329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58329C is #A7CD63. Grayscale: #494949. Windows color (decimal): -10997092 or 10236504. OLE color: 10236504.
HSL color Cylindrical-coordinate representation of color #58329C: hue angle of 261.51º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58329C is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 50 | 156 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.39 |
| HSL | 261.51º | 0.51% | 0.4% | - |
| HSV(B) | 261.51º | 0.68% | 0.61% | - |
| XYZ | 11.17 | 6.76 | 32.17 | - |
| YUV | 73.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 156 | 0.44 | 0.68 | 0 | 0.39 | 261.51 | 0.51 | 0.4 |
| Hex | 58 | 32 | 9C | 2C | 44 | 0 | 27 | 106 | 33 | 28 |
| Octal | 130 | 62 | 234 | 54 | 104 | 0 | 47 | 406 | 63 | 50 |
| Binary | 1011000 | 110010 | 10011100 | 101100 | 1000100 | 0 | 100111 | 100000110 | 110011 | 101000 |
Color Harmonies of #58329C
Complementary color
Monochromatic Colors of #58329C
Black with #58329C
Text Example
Text Example
White with #58329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58329C; }
p { color: rgb(88,50,156); }
H1.HeaderClassName
{
color: #58329C;
}
.AnyTagClassName
{
color: #58329C;
}
</style>
background-color css
<style>
a { background-color: #58329C; }
a { background-color: rgb(88,50,156); }
div.DivClassName
{
background-color: #58329C;
}
.BgClassName
{
background-color: #58329C;
}
</style>
border-color css
<style>
span { border-color: #58329C; }
span { border-color: rgb(88,50,156); }
td.TdClassName
{
border-color: #58329C;
}
.TagClassName
{
border-color: #58329C;
}
</style>