Shades of Daisy Bush #58349C
Tints of Daisy Bush #58349C
RGB
CMYK
RGB Variations
Color information
#58349C (or 0x58349C) is known color: Daisy Bush. HEX triplet: 58, 34 and 9C. RGB value is (88,52,156). Sum of RGB (Red+Green+Blue) = 88+52+156=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #58349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58349C is #A7CB63. Grayscale: #4A4A4A. Windows color (decimal): -10996580 or 10237016. OLE color: 10237016.
HSL color Cylindrical-coordinate representation of color #58349C: hue angle of 260.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58349C is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 52 | 156 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.39 |
| HSL | 260.77º | 0.5% | 0.41% | - |
| HSV(B) | 260.77º | 0.67% | 0.61% | - |
| XYZ | 11.25 | 6.93 | 32.2 | - |
| YUV | 74.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 156 | 0.44 | 0.67 | 0 | 0.39 | 260.77 | 0.5 | 0.41 |
| Hex | 58 | 34 | 9C | 2C | 43 | 0 | 27 | 105 | 32 | 29 |
| Octal | 130 | 64 | 234 | 54 | 103 | 0 | 47 | 405 | 62 | 51 |
| Binary | 1011000 | 110100 | 10011100 | 101100 | 1000011 | 0 | 100111 | 100000101 | 110010 | 101001 |
Color Harmonies of #58349C
Complementary color
Monochromatic Colors of #58349C
Black with #58349C
Text Example
Text Example
White with #58349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58349C; }
p { color: rgb(88,52,156); }
H1.HeaderClassName
{
color: #58349C;
}
.AnyTagClassName
{
color: #58349C;
}
</style>
background-color css
<style>
a { background-color: #58349C; }
a { background-color: rgb(88,52,156); }
div.DivClassName
{
background-color: #58349C;
}
.BgClassName
{
background-color: #58349C;
}
</style>
border-color css
<style>
span { border-color: #58349C; }
span { border-color: rgb(88,52,156); }
td.TdClassName
{
border-color: #58349C;
}
.TagClassName
{
border-color: #58349C;
}
</style>