Shades of Daisy Bush #58428F
Tints of Daisy Bush #58428F
RGB
CMYK
RGB Variations
Color information
#58428F (or 0x58428F) is known color: Daisy Bush. HEX triplet: 58, 42 and 8F. RGB value is (88,66,143). Sum of RGB (Red+Green+Blue) = 88+66+143=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #58428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58428F is #A7BD70. Grayscale: #515151. Windows color (decimal): -10993009 or 9388632. OLE color: 9388632.
HSL color Cylindrical-coordinate representation of color #58428F: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58428F is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 66 | 143 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.44 |
| HSL | 257.14º | 0.37% | 0.41% | - |
| HSV(B) | 257.14º | 0.54% | 0.56% | - |
| XYZ | 10.93 | 7.95 | 26.95 | - |
| YUV | 81.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 143 | 0.38 | 0.54 | 0 | 0.44 | 257.14 | 0.37 | 0.41 |
| Hex | 58 | 42 | 8F | 26 | 36 | 0 | 2C | 101 | 25 | 29 |
| Octal | 130 | 102 | 217 | 46 | 66 | 0 | 54 | 401 | 45 | 51 |
| Binary | 1011000 | 1000010 | 10001111 | 100110 | 110110 | 0 | 101100 | 100000001 | 100101 | 101001 |
Color Harmonies of #58428F
Complementary color
Monochromatic Colors of #58428F
Black with #58428F
Text Example
Text Example
White with #58428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58428F; }
p { color: rgb(88,66,143); }
H1.HeaderClassName
{
color: #58428F;
}
.AnyTagClassName
{
color: #58428F;
}
</style>
background-color css
<style>
a { background-color: #58428F; }
a { background-color: rgb(88,66,143); }
div.DivClassName
{
background-color: #58428F;
}
.BgClassName
{
background-color: #58428F;
}
</style>
border-color css
<style>
span { border-color: #58428F; }
span { border-color: rgb(88,66,143); }
td.TdClassName
{
border-color: #58428F;
}
.TagClassName
{
border-color: #58428F;
}
</style>