Shades of Daisy Bush #58378C
Tints of Daisy Bush #58378C
RGB
CMYK
RGB Variations
Color information
#58378C (or 0x58378C) is known color: Daisy Bush. HEX triplet: 58, 37 and 8C. RGB value is (88,55,140). Sum of RGB (Red+Green+Blue) = 88+55+140=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #58378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58378C is #A7C873. Grayscale: #4A4A4A. Windows color (decimal): -10995828 or 9189208. OLE color: 9189208.
HSL color Cylindrical-coordinate representation of color #58378C: hue angle of 263.29º 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 #58378C is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 55 | 140 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.45 |
| HSL | 263.29º | 0.44% | 0.38% | - |
| HSV(B) | 263.29º | 0.61% | 0.55% | - |
| XYZ | 10.12 | 6.7 | 25.57 | - |
| YUV | 74.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 140 | 0.37 | 0.61 | 0 | 0.45 | 263.29 | 0.44 | 0.38 |
| Hex | 58 | 37 | 8C | 25 | 3D | 0 | 2D | 107 | 2C | 26 |
| Octal | 130 | 67 | 214 | 45 | 75 | 0 | 55 | 407 | 54 | 46 |
| Binary | 1011000 | 110111 | 10001100 | 100101 | 111101 | 0 | 101101 | 100000111 | 101100 | 100110 |
Color Harmonies of #58378C
Complementary color
Monochromatic Colors of #58378C
Black with #58378C
Text Example
Text Example
White with #58378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58378C; }
p { color: rgb(88,55,140); }
H1.HeaderClassName
{
color: #58378C;
}
.AnyTagClassName
{
color: #58378C;
}
</style>
background-color css
<style>
a { background-color: #58378C; }
a { background-color: rgb(88,55,140); }
div.DivClassName
{
background-color: #58378C;
}
.BgClassName
{
background-color: #58378C;
}
</style>
border-color css
<style>
span { border-color: #58378C; }
span { border-color: rgb(88,55,140); }
td.TdClassName
{
border-color: #58378C;
}
.TagClassName
{
border-color: #58378C;
}
</style>