Shades of Daisy Bush #583C8D
Tints of Daisy Bush #583C8D
RGB
CMYK
RGB Variations
Color information
#583C8D (or 0x583C8D) is known color: Daisy Bush. HEX triplet: 58, 3C and 8D. RGB value is (88,60,141). Sum of RGB (Red+Green+Blue) = 88+60+141=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #583C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583C8D is #A7C372. Grayscale: #4D4D4D. Windows color (decimal): -10994547 or 9256024. OLE color: 9256024.
HSL color Cylindrical-coordinate representation of color #583C8D: hue angle of 260.74º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #583C8D is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 60 | 141 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.45 |
| HSL | 260.74º | 0.4% | 0.39% | - |
| HSV(B) | 260.74º | 0.57% | 0.55% | - |
| XYZ | 10.45 | 7.23 | 26.04 | - |
| YUV | 77.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 141 | 0.38 | 0.57 | 0 | 0.45 | 260.74 | 0.4 | 0.39 |
| Hex | 58 | 3C | 8D | 26 | 39 | 0 | 2D | 105 | 28 | 27 |
| Octal | 130 | 74 | 215 | 46 | 71 | 0 | 55 | 405 | 50 | 47 |
| Binary | 1011000 | 111100 | 10001101 | 100110 | 111001 | 0 | 101101 | 100000101 | 101000 | 100111 |
Color Harmonies of #583C8D
Complementary color
Monochromatic Colors of #583C8D
Black with #583C8D
Text Example
Text Example
White with #583C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C8D; }
p { color: rgb(88,60,141); }
H1.HeaderClassName
{
color: #583C8D;
}
.AnyTagClassName
{
color: #583C8D;
}
</style>
background-color css
<style>
a { background-color: #583C8D; }
a { background-color: rgb(88,60,141); }
div.DivClassName
{
background-color: #583C8D;
}
.BgClassName
{
background-color: #583C8D;
}
</style>
border-color css
<style>
span { border-color: #583C8D; }
span { border-color: rgb(88,60,141); }
td.TdClassName
{
border-color: #583C8D;
}
.TagClassName
{
border-color: #583C8D;
}
</style>