Shades of Daisy Bush #58299E
Tints of Daisy Bush #58299E
RGB
CMYK
RGB Variations
Color information
#58299E (or 0x58299E) is known color: Daisy Bush. HEX triplet: 58, 29 and 9E. RGB value is (88,41,158). Sum of RGB (Red+Green+Blue) = 88+41+158=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #58299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58299E is #A7D661. Grayscale: #434343. Windows color (decimal): -10999394 or 10365272. OLE color: 10365272.
HSL color Cylindrical-coordinate representation of color #58299E: hue angle of 264.1º 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 #58299E is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 41 | 158 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.38 |
| HSL | 264.1º | 0.59% | 0.39% | - |
| HSV(B) | 264.1º | 0.74% | 0.62% | - |
| XYZ | 10.99 | 6.13 | 32.95 | - |
| YUV | 68.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 158 | 0.44 | 0.74 | 0 | 0.38 | 264.1 | 0.59 | 0.39 |
| Hex | 58 | 29 | 9E | 2C | 4A | 0 | 26 | 108 | 3B | 27 |
| Octal | 130 | 51 | 236 | 54 | 112 | 0 | 46 | 410 | 73 | 47 |
| Binary | 1011000 | 101001 | 10011110 | 101100 | 1001010 | 0 | 100110 | 100001000 | 111011 | 100111 |
Color Harmonies of #58299E
Complementary color
Monochromatic Colors of #58299E
Black with #58299E
Text Example
Text Example
White with #58299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58299E; }
p { color: rgb(88,41,158); }
H1.HeaderClassName
{
color: #58299E;
}
.AnyTagClassName
{
color: #58299E;
}
</style>
background-color css
<style>
a { background-color: #58299E; }
a { background-color: rgb(88,41,158); }
div.DivClassName
{
background-color: #58299E;
}
.BgClassName
{
background-color: #58299E;
}
</style>
border-color css
<style>
span { border-color: #58299E; }
span { border-color: rgb(88,41,158); }
td.TdClassName
{
border-color: #58299E;
}
.TagClassName
{
border-color: #58299E;
}
</style>