Shades of Daisy Bush #582DA4
Tints of Daisy Bush #582DA4
RGB
CMYK
RGB Variations
Color information
#582DA4 (or 0x582DA4) is known color: Daisy Bush. HEX triplet: 58, 2D and A4. RGB value is (88,45,164). Sum of RGB (Red+Green+Blue) = 88+45+164=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #582DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DA4 is #A7D25B. Grayscale: #464646. Windows color (decimal): -10998364 or 10759512. OLE color: 10759512.
HSL color Cylindrical-coordinate representation of color #582DA4: hue angle of 261.68º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582DA4 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 45 | 164 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.36 |
| HSL | 261.68º | 0.57% | 0.41% | - |
| HSV(B) | 261.68º | 0.73% | 0.64% | - |
| XYZ | 11.66 | 6.63 | 35.79 | - |
| YUV | 71.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 164 | 0.46 | 0.73 | 0 | 0.36 | 261.68 | 0.57 | 0.41 |
| Hex | 58 | 2D | A4 | 2E | 49 | 0 | 24 | 106 | 39 | 29 |
| Octal | 130 | 55 | 244 | 56 | 111 | 0 | 44 | 406 | 71 | 51 |
| Binary | 1011000 | 101101 | 10100100 | 101110 | 1001001 | 0 | 100100 | 100000110 | 111001 | 101001 |
Color Harmonies of #582DA4
Complementary color
Monochromatic Colors of #582DA4
Black with #582DA4
Text Example
Text Example
White with #582DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DA4; }
p { color: rgb(88,45,164); }
H1.HeaderClassName
{
color: #582DA4;
}
.AnyTagClassName
{
color: #582DA4;
}
</style>
background-color css
<style>
a { background-color: #582DA4; }
a { background-color: rgb(88,45,164); }
div.DivClassName
{
background-color: #582DA4;
}
.BgClassName
{
background-color: #582DA4;
}
</style>
border-color css
<style>
span { border-color: #582DA4; }
span { border-color: rgb(88,45,164); }
td.TdClassName
{
border-color: #582DA4;
}
.TagClassName
{
border-color: #582DA4;
}
</style>