Shades of Daisy Bush #58299D
Tints of Daisy Bush #58299D
RGB
CMYK
RGB Variations
Color information
#58299D (or 0x58299D) is known color: Daisy Bush. HEX triplet: 58, 29 and 9D. RGB value is (88,41,157). Sum of RGB (Red+Green+Blue) = 88+41+157=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #58299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58299D is #A7D662. Grayscale: #434343. Windows color (decimal): -10999395 or 10299736. OLE color: 10299736.
HSL color Cylindrical-coordinate representation of color #58299D: hue angle of 264.31º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58299D is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 41 | 157 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.38 |
| HSL | 264.31º | 0.59% | 0.39% | - |
| HSV(B) | 264.31º | 0.74% | 0.62% | - |
| XYZ | 10.9 | 6.09 | 32.5 | - |
| YUV | 68.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 157 | 0.44 | 0.74 | 0 | 0.38 | 264.31 | 0.59 | 0.39 |
| Hex | 58 | 29 | 9D | 2C | 4A | 0 | 26 | 108 | 3B | 27 |
| Octal | 130 | 51 | 235 | 54 | 112 | 0 | 46 | 410 | 73 | 47 |
| Binary | 1011000 | 101001 | 10011101 | 101100 | 1001010 | 0 | 100110 | 100001000 | 111011 | 100111 |
Color Harmonies of #58299D
Complementary color
Monochromatic Colors of #58299D
Black with #58299D
Text Example
Text Example
White with #58299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58299D; }
p { color: rgb(88,41,157); }
H1.HeaderClassName
{
color: #58299D;
}
.AnyTagClassName
{
color: #58299D;
}
</style>
background-color css
<style>
a { background-color: #58299D; }
a { background-color: rgb(88,41,157); }
div.DivClassName
{
background-color: #58299D;
}
.BgClassName
{
background-color: #58299D;
}
</style>
border-color css
<style>
span { border-color: #58299D; }
span { border-color: rgb(88,41,157); }
td.TdClassName
{
border-color: #58299D;
}
.TagClassName
{
border-color: #58299D;
}
</style>