Shades of Daisy Bush #58389C
Tints of Daisy Bush #58389C
RGB
CMYK
RGB Variations
Color information
#58389C (or 0x58389C) is known color: Daisy Bush. HEX triplet: 58, 38 and 9C. RGB value is (88,56,156). Sum of RGB (Red+Green+Blue) = 88+56+156=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #58389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58389C is #A7C763. Grayscale: #4C4C4C. Windows color (decimal): -10995556 or 10238040. OLE color: 10238040.
HSL color Cylindrical-coordinate representation of color #58389C: hue angle of 259.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58389C is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 56 | 156 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.39 |
| HSL | 259.2º | 0.47% | 0.42% | - |
| HSV(B) | 259.2º | 0.64% | 0.61% | - |
| XYZ | 11.44 | 7.3 | 32.26 | - |
| YUV | 76.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 156 | 0.44 | 0.64 | 0 | 0.39 | 259.2 | 0.47 | 0.42 |
| Hex | 58 | 38 | 9C | 2C | 40 | 0 | 27 | 103 | 2F | 2A |
| Octal | 130 | 70 | 234 | 54 | 100 | 0 | 47 | 403 | 57 | 52 |
| Binary | 1011000 | 111000 | 10011100 | 101100 | 1000000 | 0 | 100111 | 100000011 | 101111 | 101010 |
Color Harmonies of #58389C
Complementary color
Monochromatic Colors of #58389C
Black with #58389C
Text Example
Text Example
White with #58389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58389C; }
p { color: rgb(88,56,156); }
H1.HeaderClassName
{
color: #58389C;
}
.AnyTagClassName
{
color: #58389C;
}
</style>
background-color css
<style>
a { background-color: #58389C; }
a { background-color: rgb(88,56,156); }
div.DivClassName
{
background-color: #58389C;
}
.BgClassName
{
background-color: #58389C;
}
</style>
border-color css
<style>
span { border-color: #58389C; }
span { border-color: rgb(88,56,156); }
td.TdClassName
{
border-color: #58389C;
}
.TagClassName
{
border-color: #58389C;
}
</style>