Shades of Daisy Bush #583DA8
Tints of Daisy Bush #583DA8
RGB
CMYK
RGB Variations
Color information
#583DA8 (or 0x583DA8) is known color: Daisy Bush. HEX triplet: 58, 3D and A8. RGB value is (88,61,168). Sum of RGB (Red+Green+Blue) = 88+61+168=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #583DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583DA8 is #A7C257. Grayscale: #505050. Windows color (decimal): -10994264 or 11025752. OLE color: 11025752.
HSL color Cylindrical-coordinate representation of color #583DA8: hue angle of 255.14º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583DA8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 61 | 168 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.34 |
| HSL | 255.14º | 0.47% | 0.45% | - |
| HSV(B) | 255.14º | 0.64% | 0.66% | - |
| XYZ | 12.76 | 8.24 | 37.96 | - |
| YUV | 81.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 168 | 0.48 | 0.64 | 0 | 0.34 | 255.14 | 0.47 | 0.45 |
| Hex | 58 | 3D | A8 | 30 | 40 | 0 | 22 | FF | 2F | 2D |
| Octal | 130 | 75 | 250 | 60 | 100 | 0 | 42 | 377 | 57 | 55 |
| Binary | 1011000 | 111101 | 10101000 | 110000 | 1000000 | 0 | 100010 | 11111111 | 101111 | 101101 |
Color Harmonies of #583DA8
Complementary color
Monochromatic Colors of #583DA8
Black with #583DA8
Text Example
Text Example
White with #583DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DA8; }
p { color: rgb(88,61,168); }
H1.HeaderClassName
{
color: #583DA8;
}
.AnyTagClassName
{
color: #583DA8;
}
</style>
background-color css
<style>
a { background-color: #583DA8; }
a { background-color: rgb(88,61,168); }
div.DivClassName
{
background-color: #583DA8;
}
.BgClassName
{
background-color: #583DA8;
}
</style>
border-color css
<style>
span { border-color: #583DA8; }
span { border-color: rgb(88,61,168); }
td.TdClassName
{
border-color: #583DA8;
}
.TagClassName
{
border-color: #583DA8;
}
</style>