Shades of Daisy Bush #582D9D
Tints of Daisy Bush #582D9D
RGB
CMYK
RGB Variations
Color information
#582D9D (or 0x582D9D) is known color: Daisy Bush. HEX triplet: 58, 2D and 9D. RGB value is (88,45,157). Sum of RGB (Red+Green+Blue) = 88+45+157=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #582D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D9D is #A7D262. Grayscale: #464646. Windows color (decimal): -10998371 or 10300760. OLE color: 10300760.
HSL color Cylindrical-coordinate representation of color #582D9D: hue angle of 263.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582D9D is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 45 | 157 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.38 |
| HSL | 263.04º | 0.55% | 0.4% | - |
| HSV(B) | 263.04º | 0.71% | 0.62% | - |
| XYZ | 11.05 | 6.39 | 32.55 | - |
| YUV | 70.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 157 | 0.44 | 0.71 | 0 | 0.38 | 263.04 | 0.55 | 0.4 |
| Hex | 58 | 2D | 9D | 2C | 47 | 0 | 26 | 107 | 37 | 28 |
| Octal | 130 | 55 | 235 | 54 | 107 | 0 | 46 | 407 | 67 | 50 |
| Binary | 1011000 | 101101 | 10011101 | 101100 | 1000111 | 0 | 100110 | 100000111 | 110111 | 101000 |
Color Harmonies of #582D9D
Complementary color
Monochromatic Colors of #582D9D
Black with #582D9D
Text Example
Text Example
White with #582D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D9D; }
p { color: rgb(88,45,157); }
H1.HeaderClassName
{
color: #582D9D;
}
.AnyTagClassName
{
color: #582D9D;
}
</style>
background-color css
<style>
a { background-color: #582D9D; }
a { background-color: rgb(88,45,157); }
div.DivClassName
{
background-color: #582D9D;
}
.BgClassName
{
background-color: #582D9D;
}
</style>
border-color css
<style>
span { border-color: #582D9D; }
span { border-color: rgb(88,45,157); }
td.TdClassName
{
border-color: #582D9D;
}
.TagClassName
{
border-color: #582D9D;
}
</style>