Shades of Daisy Bush #583CA4
Tints of Daisy Bush #583CA4
RGB
CMYK
RGB Variations
Color information
#583CA4 (or 0x583CA4) is known color: Daisy Bush. HEX triplet: 58, 3C and A4. RGB value is (88,60,164). Sum of RGB (Red+Green+Blue) = 88+60+164=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #583CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583CA4 is #A7C35B. Grayscale: #4F4F4F. Windows color (decimal): -10994524 or 10763352. OLE color: 10763352.
HSL color Cylindrical-coordinate representation of color #583CA4: hue angle of 256.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #583CA4 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 60 | 164 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.36 |
| HSL | 256.15º | 0.46% | 0.44% | - |
| HSV(B) | 256.15º | 0.63% | 0.64% | - |
| XYZ | 12.34 | 7.99 | 36.01 | - |
| YUV | 80.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 164 | 0.46 | 0.63 | 0 | 0.36 | 256.15 | 0.46 | 0.44 |
| Hex | 58 | 3C | A4 | 2E | 3F | 0 | 24 | 100 | 2E | 2C |
| Octal | 130 | 74 | 244 | 56 | 77 | 0 | 44 | 400 | 56 | 54 |
| Binary | 1011000 | 111100 | 10100100 | 101110 | 111111 | 0 | 100100 | 100000000 | 101110 | 101100 |
Color Harmonies of #583CA4
Complementary color
Monochromatic Colors of #583CA4
Black with #583CA4
Text Example
Text Example
White with #583CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CA4; }
p { color: rgb(88,60,164); }
H1.HeaderClassName
{
color: #583CA4;
}
.AnyTagClassName
{
color: #583CA4;
}
</style>
background-color css
<style>
a { background-color: #583CA4; }
a { background-color: rgb(88,60,164); }
div.DivClassName
{
background-color: #583CA4;
}
.BgClassName
{
background-color: #583CA4;
}
</style>
border-color css
<style>
span { border-color: #583CA4; }
span { border-color: rgb(88,60,164); }
td.TdClassName
{
border-color: #583CA4;
}
.TagClassName
{
border-color: #583CA4;
}
</style>