Shades of Daisy Bush #58358B
Tints of Daisy Bush #58358B
RGB
CMYK
RGB Variations
Color information
#58358B (or 0x58358B) is known color: Daisy Bush. HEX triplet: 58, 35 and 8B. RGB value is (88,53,139). Sum of RGB (Red+Green+Blue) = 88+53+139=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #58358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58358B is #A7CA74. Grayscale: #484848. Windows color (decimal): -10996341 or 9123160. OLE color: 9123160.
HSL color Cylindrical-coordinate representation of color #58358B: hue angle of 264.42º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58358B is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 53 | 139 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.45 |
| HSL | 264.42º | 0.45% | 0.38% | - |
| HSV(B) | 264.42º | 0.62% | 0.55% | - |
| XYZ | 9.96 | 6.48 | 25.15 | - |
| YUV | 73.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 139 | 0.37 | 0.62 | 0 | 0.45 | 264.42 | 0.45 | 0.38 |
| Hex | 58 | 35 | 8B | 25 | 3E | 0 | 2D | 108 | 2D | 26 |
| Octal | 130 | 65 | 213 | 45 | 76 | 0 | 55 | 410 | 55 | 46 |
| Binary | 1011000 | 110101 | 10001011 | 100101 | 111110 | 0 | 101101 | 100001000 | 101101 | 100110 |
Color Harmonies of #58358B
Complementary color
Monochromatic Colors of #58358B
Black with #58358B
Text Example
Text Example
White with #58358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58358B; }
p { color: rgb(88,53,139); }
H1.HeaderClassName
{
color: #58358B;
}
.AnyTagClassName
{
color: #58358B;
}
</style>
background-color css
<style>
a { background-color: #58358B; }
a { background-color: rgb(88,53,139); }
div.DivClassName
{
background-color: #58358B;
}
.BgClassName
{
background-color: #58358B;
}
</style>
border-color css
<style>
span { border-color: #58358B; }
span { border-color: rgb(88,53,139); }
td.TdClassName
{
border-color: #58358B;
}
.TagClassName
{
border-color: #58358B;
}
</style>