Shades of Daisy Bush #58259C
Tints of Daisy Bush #58259C
RGB
CMYK
RGB Variations
Color information
#58259C (or 0x58259C) is known color: Daisy Bush. HEX triplet: 58, 25 and 9C. RGB value is (88,37,156). Sum of RGB (Red+Green+Blue) = 88+37+156=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #58259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58259C is #A7DA63. Grayscale: #414141. Windows color (decimal): -11000420 or 10233176. OLE color: 10233176.
HSL color Cylindrical-coordinate representation of color #58259C: hue angle of 265.71º degrees, saturation: 0.62, 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 #58259C is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 37 | 156 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.39 |
| HSL | 265.71º | 0.62% | 0.38% | - |
| HSV(B) | 265.71º | 0.76% | 0.61% | - |
| XYZ | 10.69 | 5.8 | 32.01 | - |
| YUV | 65.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 156 | 0.44 | 0.76 | 0 | 0.39 | 265.71 | 0.62 | 0.38 |
| Hex | 58 | 25 | 9C | 2C | 4C | 0 | 27 | 10A | 3E | 26 |
| Octal | 130 | 45 | 234 | 54 | 114 | 0 | 47 | 412 | 76 | 46 |
| Binary | 1011000 | 100101 | 10011100 | 101100 | 1001100 | 0 | 100111 | 100001010 | 111110 | 100110 |
Color Harmonies of #58259C
Complementary color
Monochromatic Colors of #58259C
Black with #58259C
Text Example
Text Example
White with #58259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58259C; }
p { color: rgb(88,37,156); }
H1.HeaderClassName
{
color: #58259C;
}
.AnyTagClassName
{
color: #58259C;
}
</style>
background-color css
<style>
a { background-color: #58259C; }
a { background-color: rgb(88,37,156); }
div.DivClassName
{
background-color: #58259C;
}
.BgClassName
{
background-color: #58259C;
}
</style>
border-color css
<style>
span { border-color: #58259C; }
span { border-color: rgb(88,37,156); }
td.TdClassName
{
border-color: #58259C;
}
.TagClassName
{
border-color: #58259C;
}
</style>