Shades of Daisy Bush #58378D
Tints of Daisy Bush #58378D
RGB
CMYK
RGB Variations
Color information
#58378D (or 0x58378D) is known color: Daisy Bush. HEX triplet: 58, 37 and 8D. RGB value is (88,55,141). Sum of RGB (Red+Green+Blue) = 88+55+141=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #58378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58378D is #A7C872. Grayscale: #4A4A4A. Windows color (decimal): -10995827 or 9254744. OLE color: 9254744.
HSL color Cylindrical-coordinate representation of color #58378D: hue angle of 263.02º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58378D is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 55 | 141 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.45 |
| HSL | 263.02º | 0.44% | 0.38% | - |
| HSV(B) | 263.02º | 0.61% | 0.55% | - |
| XYZ | 10.2 | 6.73 | 25.96 | - |
| YUV | 74.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 141 | 0.38 | 0.61 | 0 | 0.45 | 263.02 | 0.44 | 0.38 |
| Hex | 58 | 37 | 8D | 26 | 3D | 0 | 2D | 107 | 2C | 26 |
| Octal | 130 | 67 | 215 | 46 | 75 | 0 | 55 | 407 | 54 | 46 |
| Binary | 1011000 | 110111 | 10001101 | 100110 | 111101 | 0 | 101101 | 100000111 | 101100 | 100110 |
Color Harmonies of #58378D
Complementary color
Monochromatic Colors of #58378D
Black with #58378D
Text Example
Text Example
White with #58378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58378D; }
p { color: rgb(88,55,141); }
H1.HeaderClassName
{
color: #58378D;
}
.AnyTagClassName
{
color: #58378D;
}
</style>
background-color css
<style>
a { background-color: #58378D; }
a { background-color: rgb(88,55,141); }
div.DivClassName
{
background-color: #58378D;
}
.BgClassName
{
background-color: #58378D;
}
</style>
border-color css
<style>
span { border-color: #58378D; }
span { border-color: rgb(88,55,141); }
td.TdClassName
{
border-color: #58378D;
}
.TagClassName
{
border-color: #58378D;
}
</style>