Shades of Daisy Bush #58289F
Tints of Daisy Bush #58289F
RGB
CMYK
RGB Variations
Color information
#58289F (or 0x58289F) is known color: Daisy Bush. HEX triplet: 58, 28 and 9F. RGB value is (88,40,159). Sum of RGB (Red+Green+Blue) = 88+40+159=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #58289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58289F is #A7D760. Grayscale: #434343. Windows color (decimal): -10999649 or 10430552. OLE color: 10430552.
HSL color Cylindrical-coordinate representation of color #58289F: hue angle of 264.2º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58289F is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 40 | 159 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.38 |
| HSL | 264.2º | 0.6% | 0.39% | - |
| HSV(B) | 264.2º | 0.75% | 0.62% | - |
| XYZ | 11.04 | 6.1 | 33.4 | - |
| YUV | 67.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 159 | 0.45 | 0.75 | 0 | 0.38 | 264.2 | 0.6 | 0.39 |
| Hex | 58 | 28 | 9F | 2D | 4B | 0 | 26 | 108 | 3C | 27 |
| Octal | 130 | 50 | 237 | 55 | 113 | 0 | 46 | 410 | 74 | 47 |
| Binary | 1011000 | 101000 | 10011111 | 101101 | 1001011 | 0 | 100110 | 100001000 | 111100 | 100111 |
Color Harmonies of #58289F
Complementary color
Monochromatic Colors of #58289F
Black with #58289F
Text Example
Text Example
White with #58289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58289F; }
p { color: rgb(88,40,159); }
H1.HeaderClassName
{
color: #58289F;
}
.AnyTagClassName
{
color: #58289F;
}
</style>
background-color css
<style>
a { background-color: #58289F; }
a { background-color: rgb(88,40,159); }
div.DivClassName
{
background-color: #58289F;
}
.BgClassName
{
background-color: #58289F;
}
</style>
border-color css
<style>
span { border-color: #58289F; }
span { border-color: rgb(88,40,159); }
td.TdClassName
{
border-color: #58289F;
}
.TagClassName
{
border-color: #58289F;
}
</style>