Shades of Daisy Bush #582D95
Tints of Daisy Bush #582D95
RGB
CMYK
RGB Variations
Color information
#582D95 (or 0x582D95) is known color: Daisy Bush. HEX triplet: 58, 2D and 95. RGB value is (88,45,149). Sum of RGB (Red+Green+Blue) = 88+45+149=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #582D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D95 is #A7D26A. Grayscale: #454545. Windows color (decimal): -10998379 or 9776472. OLE color: 9776472.
HSL color Cylindrical-coordinate representation of color #582D95: hue angle of 264.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582D95 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 45 | 149 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.42 |
| HSL | 264.81º | 0.54% | 0.38% | - |
| HSV(B) | 264.81º | 0.7% | 0.58% | - |
| XYZ | 10.39 | 6.12 | 29.07 | - |
| YUV | 69.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 149 | 0.41 | 0.70 | 0 | 0.42 | 264.81 | 0.54 | 0.38 |
| Hex | 58 | 2D | 95 | 29 | 46 | 0 | 2A | 109 | 36 | 26 |
| Octal | 130 | 55 | 225 | 51 | 106 | 0 | 52 | 411 | 66 | 46 |
| Binary | 1011000 | 101101 | 10010101 | 101001 | 1000110 | 0 | 101010 | 100001001 | 110110 | 100110 |
Color Harmonies of #582D95
Complementary color
Monochromatic Colors of #582D95
Black with #582D95
Text Example
Text Example
White with #582D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D95; }
p { color: rgb(88,45,149); }
H1.HeaderClassName
{
color: #582D95;
}
.AnyTagClassName
{
color: #582D95;
}
</style>
background-color css
<style>
a { background-color: #582D95; }
a { background-color: rgb(88,45,149); }
div.DivClassName
{
background-color: #582D95;
}
.BgClassName
{
background-color: #582D95;
}
</style>
border-color css
<style>
span { border-color: #582D95; }
span { border-color: rgb(88,45,149); }
td.TdClassName
{
border-color: #582D95;
}
.TagClassName
{
border-color: #582D95;
}
</style>