Shades of Daisy Bush #58269C
Tints of Daisy Bush #58269C
RGB
CMYK
RGB Variations
Color information
#58269C (or 0x58269C) is known color: Daisy Bush. HEX triplet: 58, 26 and 9C. RGB value is (88,38,156). Sum of RGB (Red+Green+Blue) = 88+38+156=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #58269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58269C is #A7D963. Grayscale: #414141. Windows color (decimal): -11000164 or 10233432. OLE color: 10233432.
HSL color Cylindrical-coordinate representation of color #58269C: hue angle of 265.42º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58269C is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 38 | 156 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.39 |
| HSL | 265.42º | 0.61% | 0.38% | - |
| HSV(B) | 265.42º | 0.76% | 0.61% | - |
| XYZ | 10.72 | 5.86 | 32.02 | - |
| YUV | 66.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 156 | 0.44 | 0.76 | 0 | 0.39 | 265.42 | 0.61 | 0.38 |
| Hex | 58 | 26 | 9C | 2C | 4C | 0 | 27 | 109 | 3D | 26 |
| Octal | 130 | 46 | 234 | 54 | 114 | 0 | 47 | 411 | 75 | 46 |
| Binary | 1011000 | 100110 | 10011100 | 101100 | 1001100 | 0 | 100111 | 100001001 | 111101 | 100110 |
Color Harmonies of #58269C
Complementary color
Monochromatic Colors of #58269C
Black with #58269C
Text Example
Text Example
White with #58269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58269C; }
p { color: rgb(88,38,156); }
H1.HeaderClassName
{
color: #58269C;
}
.AnyTagClassName
{
color: #58269C;
}
</style>
background-color css
<style>
a { background-color: #58269C; }
a { background-color: rgb(88,38,156); }
div.DivClassName
{
background-color: #58269C;
}
.BgClassName
{
background-color: #58269C;
}
</style>
border-color css
<style>
span { border-color: #58269C; }
span { border-color: rgb(88,38,156); }
td.TdClassName
{
border-color: #58269C;
}
.TagClassName
{
border-color: #58269C;
}
</style>