Shades of Daisy Bush #583CA0
Tints of Daisy Bush #583CA0
RGB
CMYK
RGB Variations
Color information
#583CA0 (or 0x583CA0) is known color: Daisy Bush. HEX triplet: 58, 3C and A0. RGB value is (88,60,160). Sum of RGB (Red+Green+Blue) = 88+60+160=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #583CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583CA0 is #A7C35F. Grayscale: #4F4F4F. Windows color (decimal): -10994528 or 10501208. OLE color: 10501208.
HSL color Cylindrical-coordinate representation of color #583CA0: hue angle of 256.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #583CA0 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 60 | 160 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.37 |
| HSL | 256.8º | 0.45% | 0.43% | - |
| HSV(B) | 256.8º | 0.63% | 0.63% | - |
| XYZ | 11.99 | 7.84 | 34.14 | - |
| YUV | 79.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 160 | 0.45 | 0.62 | 0 | 0.37 | 256.8 | 0.45 | 0.43 |
| Hex | 58 | 3C | A0 | 2D | 3E | 0 | 25 | 101 | 2D | 2B |
| Octal | 130 | 74 | 240 | 55 | 76 | 0 | 45 | 401 | 55 | 53 |
| Binary | 1011000 | 111100 | 10100000 | 101101 | 111110 | 0 | 100101 | 100000001 | 101101 | 101011 |
Color Harmonies of #583CA0
Complementary color
Monochromatic Colors of #583CA0
Black with #583CA0
Text Example
Text Example
White with #583CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CA0; }
p { color: rgb(88,60,160); }
H1.HeaderClassName
{
color: #583CA0;
}
.AnyTagClassName
{
color: #583CA0;
}
</style>
background-color css
<style>
a { background-color: #583CA0; }
a { background-color: rgb(88,60,160); }
div.DivClassName
{
background-color: #583CA0;
}
.BgClassName
{
background-color: #583CA0;
}
</style>
border-color css
<style>
span { border-color: #583CA0; }
span { border-color: rgb(88,60,160); }
td.TdClassName
{
border-color: #583CA0;
}
.TagClassName
{
border-color: #583CA0;
}
</style>