Shades of Daisy Bush #583C9A
Tints of Daisy Bush #583C9A
RGB
CMYK
RGB Variations
Color information
#583C9A (or 0x583C9A) is known color: Daisy Bush. HEX triplet: 58, 3C and 9A. RGB value is (88,60,154). Sum of RGB (Red+Green+Blue) = 88+60+154=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #583C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583C9A is #A7C365. Grayscale: #4E4E4E. Windows color (decimal): -10994534 or 10107992. OLE color: 10107992.
HSL color Cylindrical-coordinate representation of color #583C9A: hue angle of 257.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #583C9A is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 60 | 154 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.40 |
| HSL | 257.87º | 0.44% | 0.42% | - |
| HSV(B) | 257.87º | 0.61% | 0.6% | - |
| XYZ | 11.47 | 7.64 | 31.44 | - |
| YUV | 79.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 154 | 0.43 | 0.61 | 0 | 0.40 | 257.87 | 0.44 | 0.42 |
| Hex | 58 | 3C | 9A | 2B | 3D | 0 | 28 | 102 | 2C | 2A |
| Octal | 130 | 74 | 232 | 53 | 75 | 0 | 50 | 402 | 54 | 52 |
| Binary | 1011000 | 111100 | 10011010 | 101011 | 111101 | 0 | 101000 | 100000010 | 101100 | 101010 |
Color Harmonies of #583C9A
Complementary color
Monochromatic Colors of #583C9A
Black with #583C9A
Text Example
Text Example
White with #583C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C9A; }
p { color: rgb(88,60,154); }
H1.HeaderClassName
{
color: #583C9A;
}
.AnyTagClassName
{
color: #583C9A;
}
</style>
background-color css
<style>
a { background-color: #583C9A; }
a { background-color: rgb(88,60,154); }
div.DivClassName
{
background-color: #583C9A;
}
.BgClassName
{
background-color: #583C9A;
}
</style>
border-color css
<style>
span { border-color: #583C9A; }
span { border-color: rgb(88,60,154); }
td.TdClassName
{
border-color: #583C9A;
}
.TagClassName
{
border-color: #583C9A;
}
</style>