Shades of Daisy Bush #58329D
Tints of Daisy Bush #58329D
RGB
CMYK
RGB Variations
Color information
#58329D (or 0x58329D) is known color: Daisy Bush. HEX triplet: 58, 32 and 9D. RGB value is (88,50,157). Sum of RGB (Red+Green+Blue) = 88+50+157=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #58329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58329D is #A7CD62. Grayscale: #494949. Windows color (decimal): -10997091 or 10302040. OLE color: 10302040.
HSL color Cylindrical-coordinate representation of color #58329D: hue angle of 261.31º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58329D is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 50 | 157 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.38 |
| HSL | 261.31º | 0.52% | 0.41% | - |
| HSV(B) | 261.31º | 0.68% | 0.62% | - |
| XYZ | 11.25 | 6.79 | 32.62 | - |
| YUV | 73.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 157 | 0.44 | 0.68 | 0 | 0.38 | 261.31 | 0.52 | 0.41 |
| Hex | 58 | 32 | 9D | 2C | 44 | 0 | 26 | 105 | 34 | 29 |
| Octal | 130 | 62 | 235 | 54 | 104 | 0 | 46 | 405 | 64 | 51 |
| Binary | 1011000 | 110010 | 10011101 | 101100 | 1000100 | 0 | 100110 | 100000101 | 110100 | 101001 |
Color Harmonies of #58329D
Complementary color
Monochromatic Colors of #58329D
Black with #58329D
Text Example
Text Example
White with #58329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58329D; }
p { color: rgb(88,50,157); }
H1.HeaderClassName
{
color: #58329D;
}
.AnyTagClassName
{
color: #58329D;
}
</style>
background-color css
<style>
a { background-color: #58329D; }
a { background-color: rgb(88,50,157); }
div.DivClassName
{
background-color: #58329D;
}
.BgClassName
{
background-color: #58329D;
}
</style>
border-color css
<style>
span { border-color: #58329D; }
span { border-color: rgb(88,50,157); }
td.TdClassName
{
border-color: #58329D;
}
.TagClassName
{
border-color: #58329D;
}
</style>