Shades of Daisy Bush #583C88
Tints of Daisy Bush #583C88
RGB
CMYK
RGB Variations
Color information
#583C88 (or 0x583C88) is known color: Daisy Bush. HEX triplet: 58, 3C and 88. RGB value is (88,60,136). Sum of RGB (Red+Green+Blue) = 88+60+136=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #583C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583C88 is #A7C377. Grayscale: #4C4C4C. Windows color (decimal): -10994552 or 8928344. OLE color: 8928344.
HSL color Cylindrical-coordinate representation of color #583C88: hue angle of 262.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583C88 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 60 | 136 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.47 |
| HSL | 262.11º | 0.39% | 0.38% | - |
| HSV(B) | 262.11º | 0.56% | 0.53% | - |
| XYZ | 10.08 | 7.08 | 24.13 | - |
| YUV | 77.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 136 | 0.35 | 0.56 | 0 | 0.47 | 262.11 | 0.39 | 0.38 |
| Hex | 58 | 3C | 88 | 23 | 38 | 0 | 2F | 106 | 27 | 26 |
| Octal | 130 | 74 | 210 | 43 | 70 | 0 | 57 | 406 | 47 | 46 |
| Binary | 1011000 | 111100 | 10001000 | 100011 | 111000 | 0 | 101111 | 100000110 | 100111 | 100110 |
Color Harmonies of #583C88
Complementary color
Monochromatic Colors of #583C88
Black with #583C88
Text Example
Text Example
White with #583C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C88; }
p { color: rgb(88,60,136); }
H1.HeaderClassName
{
color: #583C88;
}
.AnyTagClassName
{
color: #583C88;
}
</style>
background-color css
<style>
a { background-color: #583C88; }
a { background-color: rgb(88,60,136); }
div.DivClassName
{
background-color: #583C88;
}
.BgClassName
{
background-color: #583C88;
}
</style>
border-color css
<style>
span { border-color: #583C88; }
span { border-color: rgb(88,60,136); }
td.TdClassName
{
border-color: #583C88;
}
.TagClassName
{
border-color: #583C88;
}
</style>