Shades of Daisy Bush #58289D
Tints of Daisy Bush #58289D
RGB
CMYK
RGB Variations
Color information
#58289D (or 0x58289D) is known color: Daisy Bush. HEX triplet: 58, 28 and 9D. RGB value is (88,40,157). Sum of RGB (Red+Green+Blue) = 88+40+157=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #58289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58289D is #A7D762. Grayscale: #434343. Windows color (decimal): -10999651 or 10299480. OLE color: 10299480.
HSL color Cylindrical-coordinate representation of color #58289D: hue angle of 264.62º degrees, saturation: 0.59, 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 #58289D is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 40 | 157 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.38 |
| HSL | 264.62º | 0.59% | 0.39% | - |
| HSV(B) | 264.62º | 0.75% | 0.62% | - |
| XYZ | 10.87 | 6.03 | 32.49 | - |
| YUV | 67.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 157 | 0.44 | 0.75 | 0 | 0.38 | 264.62 | 0.59 | 0.39 |
| Hex | 58 | 28 | 9D | 2C | 4B | 0 | 26 | 109 | 3B | 27 |
| Octal | 130 | 50 | 235 | 54 | 113 | 0 | 46 | 411 | 73 | 47 |
| Binary | 1011000 | 101000 | 10011101 | 101100 | 1001011 | 0 | 100110 | 100001001 | 111011 | 100111 |
Color Harmonies of #58289D
Complementary color
Monochromatic Colors of #58289D
Black with #58289D
Text Example
Text Example
White with #58289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58289D; }
p { color: rgb(88,40,157); }
H1.HeaderClassName
{
color: #58289D;
}
.AnyTagClassName
{
color: #58289D;
}
</style>
background-color css
<style>
a { background-color: #58289D; }
a { background-color: rgb(88,40,157); }
div.DivClassName
{
background-color: #58289D;
}
.BgClassName
{
background-color: #58289D;
}
</style>
border-color css
<style>
span { border-color: #58289D; }
span { border-color: rgb(88,40,157); }
td.TdClassName
{
border-color: #58289D;
}
.TagClassName
{
border-color: #58289D;
}
</style>