Shades of Daisy Bush #58329F
Tints of Daisy Bush #58329F
RGB
CMYK
RGB Variations
Color information
#58329F (or 0x58329F) is known color: Daisy Bush. HEX triplet: 58, 32 and 9F. RGB value is (88,50,159). Sum of RGB (Red+Green+Blue) = 88+50+159=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #58329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58329F is #A7CD60. Grayscale: #494949. Windows color (decimal): -10997089 or 10433112. OLE color: 10433112.
HSL color Cylindrical-coordinate representation of color #58329F: hue angle of 260.92º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58329F is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 50 | 159 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.38 |
| HSL | 260.92º | 0.52% | 0.41% | - |
| HSV(B) | 260.92º | 0.69% | 0.62% | - |
| XYZ | 11.42 | 6.86 | 33.52 | - |
| YUV | 73.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 159 | 0.45 | 0.69 | 0 | 0.38 | 260.92 | 0.52 | 0.41 |
| Hex | 58 | 32 | 9F | 2D | 45 | 0 | 26 | 105 | 34 | 29 |
| Octal | 130 | 62 | 237 | 55 | 105 | 0 | 46 | 405 | 64 | 51 |
| Binary | 1011000 | 110010 | 10011111 | 101101 | 1000101 | 0 | 100110 | 100000101 | 110100 | 101001 |
Color Harmonies of #58329F
Complementary color
Monochromatic Colors of #58329F
Black with #58329F
Text Example
Text Example
White with #58329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58329F; }
p { color: rgb(88,50,159); }
H1.HeaderClassName
{
color: #58329F;
}
.AnyTagClassName
{
color: #58329F;
}
</style>
background-color css
<style>
a { background-color: #58329F; }
a { background-color: rgb(88,50,159); }
div.DivClassName
{
background-color: #58329F;
}
.BgClassName
{
background-color: #58329F;
}
</style>
border-color css
<style>
span { border-color: #58329F; }
span { border-color: rgb(88,50,159); }
td.TdClassName
{
border-color: #58329F;
}
.TagClassName
{
border-color: #58329F;
}
</style>