Shades of Daisy Bush #58269A
Tints of Daisy Bush #58269A
RGB
CMYK
RGB Variations
Color information
#58269A (or 0x58269A) is known color: Daisy Bush. HEX triplet: 58, 26 and 9A. RGB value is (88,38,154). Sum of RGB (Red+Green+Blue) = 88+38+154=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #58269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58269A is #A7D965. Grayscale: #414141. Windows color (decimal): -11000166 or 10102360. OLE color: 10102360.
HSL color Cylindrical-coordinate representation of color #58269A: hue angle of 265.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58269A is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 38 | 154 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.40 |
| HSL | 265.86º | 0.6% | 0.38% | - |
| HSV(B) | 265.86º | 0.75% | 0.6% | - |
| XYZ | 10.55 | 5.79 | 31.13 | - |
| YUV | 66.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 154 | 0.43 | 0.75 | 0 | 0.40 | 265.86 | 0.6 | 0.38 |
| Hex | 58 | 26 | 9A | 2B | 4B | 0 | 28 | 10A | 3C | 26 |
| Octal | 130 | 46 | 232 | 53 | 113 | 0 | 50 | 412 | 74 | 46 |
| Binary | 1011000 | 100110 | 10011010 | 101011 | 1001011 | 0 | 101000 | 100001010 | 111100 | 100110 |
Color Harmonies of #58269A
Complementary color
Monochromatic Colors of #58269A
Black with #58269A
Text Example
Text Example
White with #58269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58269A; }
p { color: rgb(88,38,154); }
H1.HeaderClassName
{
color: #58269A;
}
.AnyTagClassName
{
color: #58269A;
}
</style>
background-color css
<style>
a { background-color: #58269A; }
a { background-color: rgb(88,38,154); }
div.DivClassName
{
background-color: #58269A;
}
.BgClassName
{
background-color: #58269A;
}
</style>
border-color css
<style>
span { border-color: #58269A; }
span { border-color: rgb(88,38,154); }
td.TdClassName
{
border-color: #58269A;
}
.TagClassName
{
border-color: #58269A;
}
</style>