Shades of Daisy Bush #583F91
Tints of Daisy Bush #583F91
RGB
CMYK
RGB Variations
Color information
#583F91 (or 0x583F91) is known color: Daisy Bush. HEX triplet: 58, 3F and 91. RGB value is (88,63,145). Sum of RGB (Red+Green+Blue) = 88+63+145=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #583F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F91 is #A7C06E. Grayscale: #4F4F4F. Windows color (decimal): -10993775 or 9518936. OLE color: 9518936.
HSL color Cylindrical-coordinate representation of color #583F91: hue angle of 258.29º degrees, saturation: 0.39, 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 #583F91 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 63 | 145 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.43 |
| HSL | 258.29º | 0.39% | 0.41% | - |
| HSV(B) | 258.29º | 0.57% | 0.57% | - |
| XYZ | 10.91 | 7.67 | 27.69 | - |
| YUV | 79.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 145 | 0.39 | 0.57 | 0 | 0.43 | 258.29 | 0.39 | 0.41 |
| Hex | 58 | 3F | 91 | 27 | 39 | 0 | 2B | 102 | 27 | 29 |
| Octal | 130 | 77 | 221 | 47 | 71 | 0 | 53 | 402 | 47 | 51 |
| Binary | 1011000 | 111111 | 10010001 | 100111 | 111001 | 0 | 101011 | 100000010 | 100111 | 101001 |
Color Harmonies of #583F91
Complementary color
Monochromatic Colors of #583F91
Black with #583F91
Text Example
Text Example
White with #583F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F91; }
p { color: rgb(88,63,145); }
H1.HeaderClassName
{
color: #583F91;
}
.AnyTagClassName
{
color: #583F91;
}
</style>
background-color css
<style>
a { background-color: #583F91; }
a { background-color: rgb(88,63,145); }
div.DivClassName
{
background-color: #583F91;
}
.BgClassName
{
background-color: #583F91;
}
</style>
border-color css
<style>
span { border-color: #583F91; }
span { border-color: rgb(88,63,145); }
td.TdClassName
{
border-color: #583F91;
}
.TagClassName
{
border-color: #583F91;
}
</style>