Shades of Daisy Bush #58469C
Tints of Daisy Bush #58469C
RGB
CMYK
RGB Variations
Color information
#58469C (or 0x58469C) is known color: Daisy Bush. HEX triplet: 58, 46 and 9C. RGB value is (88,70,156). Sum of RGB (Red+Green+Blue) = 88+70+156=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #58469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58469C is #A7B963. Grayscale: #545454. Windows color (decimal): -10991972 or 10241624. OLE color: 10241624.
HSL color Cylindrical-coordinate representation of color #58469C: hue angle of 252.56º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58469C is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 70 | 156 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.39 |
| HSL | 252.56º | 0.38% | 0.44% | - |
| HSV(B) | 252.56º | 0.55% | 0.61% | - |
| XYZ | 12.22 | 8.86 | 32.52 | - |
| YUV | 85.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 156 | 0.44 | 0.55 | 0 | 0.39 | 252.56 | 0.38 | 0.44 |
| Hex | 58 | 46 | 9C | 2C | 37 | 0 | 27 | FD | 26 | 2C |
| Octal | 130 | 106 | 234 | 54 | 67 | 0 | 47 | 375 | 46 | 54 |
| Binary | 1011000 | 1000110 | 10011100 | 101100 | 110111 | 0 | 100111 | 11111101 | 100110 | 101100 |
Color Harmonies of #58469C
Complementary color
Monochromatic Colors of #58469C
Black with #58469C
Text Example
Text Example
White with #58469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58469C; }
p { color: rgb(88,70,156); }
H1.HeaderClassName
{
color: #58469C;
}
.AnyTagClassName
{
color: #58469C;
}
</style>
background-color css
<style>
a { background-color: #58469C; }
a { background-color: rgb(88,70,156); }
div.DivClassName
{
background-color: #58469C;
}
.BgClassName
{
background-color: #58469C;
}
</style>
border-color css
<style>
span { border-color: #58469C; }
span { border-color: rgb(88,70,156); }
td.TdClassName
{
border-color: #58469C;
}
.TagClassName
{
border-color: #58469C;
}
</style>