Shades of Daisy Bush #58358C
Tints of Daisy Bush #58358C
RGB
CMYK
RGB Variations
Color information
#58358C (or 0x58358C) is known color: Daisy Bush. HEX triplet: 58, 35 and 8C. RGB value is (88,53,140). Sum of RGB (Red+Green+Blue) = 88+53+140=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #58358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58358C is #A7CA73. Grayscale: #494949. Windows color (decimal): -10996340 or 9188696. OLE color: 9188696.
HSL color Cylindrical-coordinate representation of color #58358C: hue angle of 264.14º 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 #58358C is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 53 | 140 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.45 |
| HSL | 264.14º | 0.45% | 0.38% | - |
| HSV(B) | 264.14º | 0.62% | 0.55% | - |
| XYZ | 10.03 | 6.51 | 25.54 | - |
| YUV | 73.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 140 | 0.37 | 0.62 | 0 | 0.45 | 264.14 | 0.45 | 0.38 |
| Hex | 58 | 35 | 8C | 25 | 3E | 0 | 2D | 108 | 2D | 26 |
| Octal | 130 | 65 | 214 | 45 | 76 | 0 | 55 | 410 | 55 | 46 |
| Binary | 1011000 | 110101 | 10001100 | 100101 | 111110 | 0 | 101101 | 100001000 | 101101 | 100110 |
Color Harmonies of #58358C
Complementary color
Monochromatic Colors of #58358C
Black with #58358C
Text Example
Text Example
White with #58358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58358C; }
p { color: rgb(88,53,140); }
H1.HeaderClassName
{
color: #58358C;
}
.AnyTagClassName
{
color: #58358C;
}
</style>
background-color css
<style>
a { background-color: #58358C; }
a { background-color: rgb(88,53,140); }
div.DivClassName
{
background-color: #58358C;
}
.BgClassName
{
background-color: #58358C;
}
</style>
border-color css
<style>
span { border-color: #58358C; }
span { border-color: rgb(88,53,140); }
td.TdClassName
{
border-color: #58358C;
}
.TagClassName
{
border-color: #58358C;
}
</style>