Shades of Daisy Bush #583F8F
Tints of Daisy Bush #583F8F
RGB
CMYK
RGB Variations
Color information
#583F8F (or 0x583F8F) is known color: Daisy Bush. HEX triplet: 58, 3F and 8F. RGB value is (88,63,143). Sum of RGB (Red+Green+Blue) = 88+63+143=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #583F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F8F is #A7C070. Grayscale: #4F4F4F. Windows color (decimal): -10993777 or 9387864. OLE color: 9387864.
HSL color Cylindrical-coordinate representation of color #583F8F: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583F8F is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 63 | 143 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.44 |
| HSL | 258.75º | 0.39% | 0.4% | - |
| HSV(B) | 258.75º | 0.56% | 0.56% | - |
| XYZ | 10.76 | 7.61 | 26.89 | - |
| YUV | 79.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 143 | 0.38 | 0.56 | 0 | 0.44 | 258.75 | 0.39 | 0.4 |
| Hex | 58 | 3F | 8F | 26 | 38 | 0 | 2C | 103 | 27 | 28 |
| Octal | 130 | 77 | 217 | 46 | 70 | 0 | 54 | 403 | 47 | 50 |
| Binary | 1011000 | 111111 | 10001111 | 100110 | 111000 | 0 | 101100 | 100000011 | 100111 | 101000 |
Color Harmonies of #583F8F
Complementary color
Monochromatic Colors of #583F8F
Black with #583F8F
Text Example
Text Example
White with #583F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F8F; }
p { color: rgb(88,63,143); }
H1.HeaderClassName
{
color: #583F8F;
}
.AnyTagClassName
{
color: #583F8F;
}
</style>
background-color css
<style>
a { background-color: #583F8F; }
a { background-color: rgb(88,63,143); }
div.DivClassName
{
background-color: #583F8F;
}
.BgClassName
{
background-color: #583F8F;
}
</style>
border-color css
<style>
span { border-color: #583F8F; }
span { border-color: rgb(88,63,143); }
td.TdClassName
{
border-color: #583F8F;
}
.TagClassName
{
border-color: #583F8F;
}
</style>