Shades of Daisy Bush #58339A
Tints of Daisy Bush #58339A
RGB
CMYK
RGB Variations
Color information
#58339A (or 0x58339A) is known color: Daisy Bush. HEX triplet: 58, 33 and 9A. RGB value is (88,51,154). Sum of RGB (Red+Green+Blue) = 88+51+154=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #58339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58339A is #A7CC65. Grayscale: #494949. Windows color (decimal): -10996838 or 10105688. OLE color: 10105688.
HSL color Cylindrical-coordinate representation of color #58339A: hue angle of 261.55º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58339A is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 51 | 154 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.40 |
| HSL | 261.55º | 0.5% | 0.4% | - |
| HSV(B) | 261.55º | 0.67% | 0.6% | - |
| XYZ | 11.04 | 6.78 | 31.3 | - |
| YUV | 73.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 154 | 0.43 | 0.67 | 0 | 0.40 | 261.55 | 0.5 | 0.4 |
| Hex | 58 | 33 | 9A | 2B | 43 | 0 | 28 | 106 | 32 | 28 |
| Octal | 130 | 63 | 232 | 53 | 103 | 0 | 50 | 406 | 62 | 50 |
| Binary | 1011000 | 110011 | 10011010 | 101011 | 1000011 | 0 | 101000 | 100000110 | 110010 | 101000 |
Color Harmonies of #58339A
Complementary color
Monochromatic Colors of #58339A
Black with #58339A
Text Example
Text Example
White with #58339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58339A; }
p { color: rgb(88,51,154); }
H1.HeaderClassName
{
color: #58339A;
}
.AnyTagClassName
{
color: #58339A;
}
</style>
background-color css
<style>
a { background-color: #58339A; }
a { background-color: rgb(88,51,154); }
div.DivClassName
{
background-color: #58339A;
}
.BgClassName
{
background-color: #58339A;
}
</style>
border-color css
<style>
span { border-color: #58339A; }
span { border-color: rgb(88,51,154); }
td.TdClassName
{
border-color: #58339A;
}
.TagClassName
{
border-color: #58339A;
}
</style>