Shades of Daisy Bush #58469A
Tints of Daisy Bush #58469A
RGB
CMYK
RGB Variations
Color information
#58469A (or 0x58469A) is known color: Daisy Bush. HEX triplet: 58, 46 and 9A. RGB value is (88,70,154). Sum of RGB (Red+Green+Blue) = 88+70+154=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #58469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58469A is #A7B965. Grayscale: #545454. Windows color (decimal): -10991974 or 10110552. OLE color: 10110552.
HSL color Cylindrical-coordinate representation of color #58469A: hue angle of 252.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58469A is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 70 | 154 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.40 |
| HSL | 252.86º | 0.38% | 0.44% | - |
| HSV(B) | 252.86º | 0.55% | 0.6% | - |
| XYZ | 12.05 | 8.79 | 31.63 | - |
| YUV | 84.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 154 | 0.43 | 0.55 | 0 | 0.40 | 252.86 | 0.38 | 0.44 |
| Hex | 58 | 46 | 9A | 2B | 37 | 0 | 28 | FD | 26 | 2C |
| Octal | 130 | 106 | 232 | 53 | 67 | 0 | 50 | 375 | 46 | 54 |
| Binary | 1011000 | 1000110 | 10011010 | 101011 | 110111 | 0 | 101000 | 11111101 | 100110 | 101100 |
Color Harmonies of #58469A
Complementary color
Monochromatic Colors of #58469A
Black with #58469A
Text Example
Text Example
White with #58469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58469A; }
p { color: rgb(88,70,154); }
H1.HeaderClassName
{
color: #58469A;
}
.AnyTagClassName
{
color: #58469A;
}
</style>
background-color css
<style>
a { background-color: #58469A; }
a { background-color: rgb(88,70,154); }
div.DivClassName
{
background-color: #58469A;
}
.BgClassName
{
background-color: #58469A;
}
</style>
border-color css
<style>
span { border-color: #58469A; }
span { border-color: rgb(88,70,154); }
td.TdClassName
{
border-color: #58469A;
}
.TagClassName
{
border-color: #58469A;
}
</style>