Shades of Daisy Bush #58338D
Tints of Daisy Bush #58338D
RGB
CMYK
RGB Variations
Color information
#58338D (or 0x58338D) is known color: Daisy Bush. HEX triplet: 58, 33 and 8D. RGB value is (88,51,141). Sum of RGB (Red+Green+Blue) = 88+51+141=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #58338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58338D is #A7CC72. Grayscale: #484848. Windows color (decimal): -10996851 or 9253720. OLE color: 9253720.
HSL color Cylindrical-coordinate representation of color #58338D: hue angle of 264.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58338D is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 51 | 141 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.45 |
| HSL | 264.67º | 0.47% | 0.38% | - |
| HSV(B) | 264.67º | 0.64% | 0.55% | - |
| XYZ | 10.02 | 6.37 | 25.9 | - |
| YUV | 72.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 141 | 0.38 | 0.64 | 0 | 0.45 | 264.67 | 0.47 | 0.38 |
| Hex | 58 | 33 | 8D | 26 | 40 | 0 | 2D | 109 | 2F | 26 |
| Octal | 130 | 63 | 215 | 46 | 100 | 0 | 55 | 411 | 57 | 46 |
| Binary | 1011000 | 110011 | 10001101 | 100110 | 1000000 | 0 | 101101 | 100001001 | 101111 | 100110 |
Color Harmonies of #58338D
Complementary color
Monochromatic Colors of #58338D
Black with #58338D
Text Example
Text Example
White with #58338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58338D; }
p { color: rgb(88,51,141); }
H1.HeaderClassName
{
color: #58338D;
}
.AnyTagClassName
{
color: #58338D;
}
</style>
background-color css
<style>
a { background-color: #58338D; }
a { background-color: rgb(88,51,141); }
div.DivClassName
{
background-color: #58338D;
}
.BgClassName
{
background-color: #58338D;
}
</style>
border-color css
<style>
span { border-color: #58338D; }
span { border-color: rgb(88,51,141); }
td.TdClassName
{
border-color: #58338D;
}
.TagClassName
{
border-color: #58338D;
}
</style>