Shades of Daisy Bush #58469D
Tints of Daisy Bush #58469D
RGB
CMYK
RGB Variations
Color information
#58469D (or 0x58469D) is known color: Daisy Bush. HEX triplet: 58, 46 and 9D. RGB value is (88,70,157). Sum of RGB (Red+Green+Blue) = 88+70+157=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #58469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58469D is #A7B962. Grayscale: #545454. Windows color (decimal): -10991971 or 10307160. OLE color: 10307160.
HSL color Cylindrical-coordinate representation of color #58469D: hue angle of 252.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58469D is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 70 | 157 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.38 |
| HSL | 252.41º | 0.38% | 0.45% | - |
| HSV(B) | 252.41º | 0.55% | 0.62% | - |
| XYZ | 12.3 | 8.89 | 32.97 | - |
| YUV | 85.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 157 | 0.44 | 0.55 | 0 | 0.38 | 252.41 | 0.38 | 0.45 |
| Hex | 58 | 46 | 9D | 2C | 37 | 0 | 26 | FC | 26 | 2D |
| Octal | 130 | 106 | 235 | 54 | 67 | 0 | 46 | 374 | 46 | 55 |
| Binary | 1011000 | 1000110 | 10011101 | 101100 | 110111 | 0 | 100110 | 11111100 | 100110 | 101101 |
Color Harmonies of #58469D
Complementary color
Monochromatic Colors of #58469D
Black with #58469D
Text Example
Text Example
White with #58469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58469D; }
p { color: rgb(88,70,157); }
H1.HeaderClassName
{
color: #58469D;
}
.AnyTagClassName
{
color: #58469D;
}
</style>
background-color css
<style>
a { background-color: #58469D; }
a { background-color: rgb(88,70,157); }
div.DivClassName
{
background-color: #58469D;
}
.BgClassName
{
background-color: #58469D;
}
</style>
border-color css
<style>
span { border-color: #58469D; }
span { border-color: rgb(88,70,157); }
td.TdClassName
{
border-color: #58469D;
}
.TagClassName
{
border-color: #58469D;
}
</style>