Shades of Daisy Bush #58229B
Tints of Daisy Bush #58229B
RGB
CMYK
RGB Variations
Color information
#58229B (or 0x58229B) is known color: Daisy Bush. HEX triplet: 58, 22 and 9B. RGB value is (88,34,155). Sum of RGB (Red+Green+Blue) = 88+34+155=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #58229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58229B is #A7DD64. Grayscale: #3F3F3F. Windows color (decimal): -11001189 or 10166872. OLE color: 10166872.
HSL color Cylindrical-coordinate representation of color #58229B: hue angle of 266.78º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58229B is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 34 | 155 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.39 |
| HSL | 266.78º | 0.64% | 0.37% | - |
| HSV(B) | 266.78º | 0.78% | 0.61% | - |
| XYZ | 10.51 | 5.59 | 31.53 | - |
| YUV | 63.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 155 | 0.43 | 0.78 | 0 | 0.39 | 266.78 | 0.64 | 0.37 |
| Hex | 58 | 22 | 9B | 2B | 4E | 0 | 27 | 10B | 40 | 25 |
| Octal | 130 | 42 | 233 | 53 | 116 | 0 | 47 | 413 | 100 | 45 |
| Binary | 1011000 | 100010 | 10011011 | 101011 | 1001110 | 0 | 100111 | 100001011 | 1000000 | 100101 |
Color Harmonies of #58229B
Complementary color
Monochromatic Colors of #58229B
Black with #58229B
Text Example
Text Example
White with #58229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58229B; }
p { color: rgb(88,34,155); }
H1.HeaderClassName
{
color: #58229B;
}
.AnyTagClassName
{
color: #58229B;
}
</style>
background-color css
<style>
a { background-color: #58229B; }
a { background-color: rgb(88,34,155); }
div.DivClassName
{
background-color: #58229B;
}
.BgClassName
{
background-color: #58229B;
}
</style>
border-color css
<style>
span { border-color: #58229B; }
span { border-color: rgb(88,34,155); }
td.TdClassName
{
border-color: #58229B;
}
.TagClassName
{
border-color: #58229B;
}
</style>