Shades of Daisy Bush #58289C
Tints of Daisy Bush #58289C
RGB
CMYK
RGB Variations
Color information
#58289C (or 0x58289C) is known color: Daisy Bush. HEX triplet: 58, 28 and 9C. RGB value is (88,40,156). Sum of RGB (Red+Green+Blue) = 88+40+156=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #58289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58289C is #A7D763. Grayscale: #434343. Windows color (decimal): -10999652 or 10233944. OLE color: 10233944.
HSL color Cylindrical-coordinate representation of color #58289C: hue angle of 264.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58289C is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 40 | 156 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.39 |
| HSL | 264.83º | 0.59% | 0.38% | - |
| HSV(B) | 264.83º | 0.74% | 0.61% | - |
| XYZ | 10.78 | 5.99 | 32.04 | - |
| YUV | 67.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 156 | 0.44 | 0.74 | 0 | 0.39 | 264.83 | 0.59 | 0.38 |
| Hex | 58 | 28 | 9C | 2C | 4A | 0 | 27 | 109 | 3B | 26 |
| Octal | 130 | 50 | 234 | 54 | 112 | 0 | 47 | 411 | 73 | 46 |
| Binary | 1011000 | 101000 | 10011100 | 101100 | 1001010 | 0 | 100111 | 100001001 | 111011 | 100110 |
Color Harmonies of #58289C
Complementary color
Monochromatic Colors of #58289C
Black with #58289C
Text Example
Text Example
White with #58289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58289C; }
p { color: rgb(88,40,156); }
H1.HeaderClassName
{
color: #58289C;
}
.AnyTagClassName
{
color: #58289C;
}
</style>
background-color css
<style>
a { background-color: #58289C; }
a { background-color: rgb(88,40,156); }
div.DivClassName
{
background-color: #58289C;
}
.BgClassName
{
background-color: #58289C;
}
</style>
border-color css
<style>
span { border-color: #58289C; }
span { border-color: rgb(88,40,156); }
td.TdClassName
{
border-color: #58289C;
}
.TagClassName
{
border-color: #58289C;
}
</style>