Shades of Daisy Bush #583BA8
Tints of Daisy Bush #583BA8
RGB
CMYK
RGB Variations
Color information
#583BA8 (or 0x583BA8) is known color: Daisy Bush. HEX triplet: 58, 3B and A8. RGB value is (88,59,168). Sum of RGB (Red+Green+Blue) = 88+59+168=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #583BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583BA8 is #A7C457. Grayscale: #4F4F4F. Windows color (decimal): -10994776 or 11025240. OLE color: 11025240.
HSL color Cylindrical-coordinate representation of color #583BA8: hue angle of 255.96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #583BA8 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 59 | 168 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.34 |
| HSL | 255.96º | 0.48% | 0.45% | - |
| HSV(B) | 255.96º | 0.65% | 0.66% | - |
| XYZ | 12.66 | 8.03 | 37.93 | - |
| YUV | 80.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 168 | 0.48 | 0.65 | 0 | 0.34 | 255.96 | 0.48 | 0.45 |
| Hex | 58 | 3B | A8 | 30 | 41 | 0 | 22 | 100 | 30 | 2D |
| Octal | 130 | 73 | 250 | 60 | 101 | 0 | 42 | 400 | 60 | 55 |
| Binary | 1011000 | 111011 | 10101000 | 110000 | 1000001 | 0 | 100010 | 100000000 | 110000 | 101101 |
Color Harmonies of #583BA8
Complementary color
Monochromatic Colors of #583BA8
Black with #583BA8
Text Example
Text Example
White with #583BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583BA8; }
p { color: rgb(88,59,168); }
H1.HeaderClassName
{
color: #583BA8;
}
.AnyTagClassName
{
color: #583BA8;
}
</style>
background-color css
<style>
a { background-color: #583BA8; }
a { background-color: rgb(88,59,168); }
div.DivClassName
{
background-color: #583BA8;
}
.BgClassName
{
background-color: #583BA8;
}
</style>
border-color css
<style>
span { border-color: #583BA8; }
span { border-color: rgb(88,59,168); }
td.TdClassName
{
border-color: #583BA8;
}
.TagClassName
{
border-color: #583BA8;
}
</style>