Shades of Daisy Bush #58409F
Tints of Daisy Bush #58409F
RGB
CMYK
RGB Variations
Color information
#58409F (or 0x58409F) is known color: Daisy Bush. HEX triplet: 58, 40 and 9F. RGB value is (88,64,159). Sum of RGB (Red+Green+Blue) = 88+64+159=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #58409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58409F is #A7BF60. Grayscale: #515151. Windows color (decimal): -10993505 or 10436696. OLE color: 10436696.
HSL color Cylindrical-coordinate representation of color #58409F: hue angle of 255.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58409F is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 64 | 159 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.38 |
| HSL | 255.16º | 0.43% | 0.44% | - |
| HSV(B) | 255.16º | 0.6% | 0.62% | - |
| XYZ | 12.12 | 8.24 | 33.75 | - |
| YUV | 82.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 159 | 0.45 | 0.60 | 0 | 0.38 | 255.16 | 0.43 | 0.44 |
| Hex | 58 | 40 | 9F | 2D | 3C | 0 | 26 | FF | 2B | 2C |
| Octal | 130 | 100 | 237 | 55 | 74 | 0 | 46 | 377 | 53 | 54 |
| Binary | 1011000 | 1000000 | 10011111 | 101101 | 111100 | 0 | 100110 | 11111111 | 101011 | 101100 |
Color Harmonies of #58409F
Complementary color
Monochromatic Colors of #58409F
Black with #58409F
Text Example
Text Example
White with #58409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58409F; }
p { color: rgb(88,64,159); }
H1.HeaderClassName
{
color: #58409F;
}
.AnyTagClassName
{
color: #58409F;
}
</style>
background-color css
<style>
a { background-color: #58409F; }
a { background-color: rgb(88,64,159); }
div.DivClassName
{
background-color: #58409F;
}
.BgClassName
{
background-color: #58409F;
}
</style>
border-color css
<style>
span { border-color: #58409F; }
span { border-color: rgb(88,64,159); }
td.TdClassName
{
border-color: #58409F;
}
.TagClassName
{
border-color: #58409F;
}
</style>