Shades of Daisy Bush #583E8D
Tints of Daisy Bush #583E8D
RGB
CMYK
RGB Variations
Color information
#583E8D (or 0x583E8D) is known color: Daisy Bush. HEX triplet: 58, 3E and 8D. RGB value is (88,62,141). Sum of RGB (Red+Green+Blue) = 88+62+141=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #583E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583E8D is #A7C172. Grayscale: #4E4E4E. Windows color (decimal): -10994035 or 9256536. OLE color: 9256536.
HSL color Cylindrical-coordinate representation of color #583E8D: hue angle of 259.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583E8D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 62 | 141 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.45 |
| HSL | 259.75º | 0.39% | 0.4% | - |
| HSV(B) | 259.75º | 0.56% | 0.55% | - |
| XYZ | 10.55 | 7.44 | 26.08 | - |
| YUV | 78.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 141 | 0.38 | 0.56 | 0 | 0.45 | 259.75 | 0.39 | 0.4 |
| Hex | 58 | 3E | 8D | 26 | 38 | 0 | 2D | 104 | 27 | 28 |
| Octal | 130 | 76 | 215 | 46 | 70 | 0 | 55 | 404 | 47 | 50 |
| Binary | 1011000 | 111110 | 10001101 | 100110 | 111000 | 0 | 101101 | 100000100 | 100111 | 101000 |
Color Harmonies of #583E8D
Complementary color
Monochromatic Colors of #583E8D
Black with #583E8D
Text Example
Text Example
White with #583E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E8D; }
p { color: rgb(88,62,141); }
H1.HeaderClassName
{
color: #583E8D;
}
.AnyTagClassName
{
color: #583E8D;
}
</style>
background-color css
<style>
a { background-color: #583E8D; }
a { background-color: rgb(88,62,141); }
div.DivClassName
{
background-color: #583E8D;
}
.BgClassName
{
background-color: #583E8D;
}
</style>
border-color css
<style>
span { border-color: #583E8D; }
span { border-color: rgb(88,62,141); }
td.TdClassName
{
border-color: #583E8D;
}
.TagClassName
{
border-color: #583E8D;
}
</style>