Shades of Daisy Bush #583E91
Tints of Daisy Bush #583E91
RGB
CMYK
RGB Variations
Color information
#583E91 (or 0x583E91) is known color: Daisy Bush. HEX triplet: 58, 3E and 91. RGB value is (88,62,145). Sum of RGB (Red+Green+Blue) = 88+62+145=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #583E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583E91 is #A7C16E. Grayscale: #4E4E4E. Windows color (decimal): -10994031 or 9518680. OLE color: 9518680.
HSL color Cylindrical-coordinate representation of color #583E91: hue angle of 258.8º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #583E91 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 62 | 145 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.43 |
| HSL | 258.8º | 0.4% | 0.41% | - |
| HSV(B) | 258.8º | 0.57% | 0.57% | - |
| XYZ | 10.86 | 7.56 | 27.68 | - |
| YUV | 79.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 145 | 0.39 | 0.57 | 0 | 0.43 | 258.8 | 0.4 | 0.41 |
| Hex | 58 | 3E | 91 | 27 | 39 | 0 | 2B | 103 | 28 | 29 |
| Octal | 130 | 76 | 221 | 47 | 71 | 0 | 53 | 403 | 50 | 51 |
| Binary | 1011000 | 111110 | 10010001 | 100111 | 111001 | 0 | 101011 | 100000011 | 101000 | 101001 |
Color Harmonies of #583E91
Complementary color
Monochromatic Colors of #583E91
Black with #583E91
Text Example
Text Example
White with #583E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E91; }
p { color: rgb(88,62,145); }
H1.HeaderClassName
{
color: #583E91;
}
.AnyTagClassName
{
color: #583E91;
}
</style>
background-color css
<style>
a { background-color: #583E91; }
a { background-color: rgb(88,62,145); }
div.DivClassName
{
background-color: #583E91;
}
.BgClassName
{
background-color: #583E91;
}
</style>
border-color css
<style>
span { border-color: #583E91; }
span { border-color: rgb(88,62,145); }
td.TdClassName
{
border-color: #583E91;
}
.TagClassName
{
border-color: #583E91;
}
</style>