Shades of Daisy Bush #58339C
Tints of Daisy Bush #58339C
RGB
CMYK
RGB Variations
Color information
#58339C (or 0x58339C) is known color: Daisy Bush. HEX triplet: 58, 33 and 9C. RGB value is (88,51,156). Sum of RGB (Red+Green+Blue) = 88+51+156=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #58339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58339C is #A7CC63. Grayscale: #494949. Windows color (decimal): -10996836 or 10236760. OLE color: 10236760.
HSL color Cylindrical-coordinate representation of color #58339C: hue angle of 261.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58339C is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 51 | 156 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.39 |
| HSL | 261.14º | 0.51% | 0.41% | - |
| HSV(B) | 261.14º | 0.67% | 0.61% | - |
| XYZ | 11.21 | 6.84 | 32.18 | - |
| YUV | 74.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 156 | 0.44 | 0.67 | 0 | 0.39 | 261.14 | 0.51 | 0.41 |
| Hex | 58 | 33 | 9C | 2C | 43 | 0 | 27 | 105 | 33 | 29 |
| Octal | 130 | 63 | 234 | 54 | 103 | 0 | 47 | 405 | 63 | 51 |
| Binary | 1011000 | 110011 | 10011100 | 101100 | 1000011 | 0 | 100111 | 100000101 | 110011 | 101001 |
Color Harmonies of #58339C
Complementary color
Monochromatic Colors of #58339C
Black with #58339C
Text Example
Text Example
White with #58339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58339C; }
p { color: rgb(88,51,156); }
H1.HeaderClassName
{
color: #58339C;
}
.AnyTagClassName
{
color: #58339C;
}
</style>
background-color css
<style>
a { background-color: #58339C; }
a { background-color: rgb(88,51,156); }
div.DivClassName
{
background-color: #58339C;
}
.BgClassName
{
background-color: #58339C;
}
</style>
border-color css
<style>
span { border-color: #58339C; }
span { border-color: rgb(88,51,156); }
td.TdClassName
{
border-color: #58339C;
}
.TagClassName
{
border-color: #58339C;
}
</style>