Shades of Daisy Bush #58459C
Tints of Daisy Bush #58459C
RGB
CMYK
RGB Variations
Color information
#58459C (or 0x58459C) is known color: Daisy Bush. HEX triplet: 58, 45 and 9C. RGB value is (88,69,156). Sum of RGB (Red+Green+Blue) = 88+69+156=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #58459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58459C is #A7BA63. Grayscale: #545454. Windows color (decimal): -10992228 or 10241368. OLE color: 10241368.
HSL color Cylindrical-coordinate representation of color #58459C: hue angle of 253.1º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58459C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 69 | 156 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.39 |
| HSL | 253.1º | 0.39% | 0.44% | - |
| HSV(B) | 253.1º | 0.56% | 0.61% | - |
| XYZ | 12.15 | 8.73 | 32.5 | - |
| YUV | 84.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 156 | 0.44 | 0.56 | 0 | 0.39 | 253.1 | 0.39 | 0.44 |
| Hex | 58 | 45 | 9C | 2C | 38 | 0 | 27 | FD | 27 | 2C |
| Octal | 130 | 105 | 234 | 54 | 70 | 0 | 47 | 375 | 47 | 54 |
| Binary | 1011000 | 1000101 | 10011100 | 101100 | 111000 | 0 | 100111 | 11111101 | 100111 | 101100 |
Color Harmonies of #58459C
Complementary color
Monochromatic Colors of #58459C
Black with #58459C
Text Example
Text Example
White with #58459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58459C; }
p { color: rgb(88,69,156); }
H1.HeaderClassName
{
color: #58459C;
}
.AnyTagClassName
{
color: #58459C;
}
</style>
background-color css
<style>
a { background-color: #58459C; }
a { background-color: rgb(88,69,156); }
div.DivClassName
{
background-color: #58459C;
}
.BgClassName
{
background-color: #58459C;
}
</style>
border-color css
<style>
span { border-color: #58459C; }
span { border-color: rgb(88,69,156); }
td.TdClassName
{
border-color: #58459C;
}
.TagClassName
{
border-color: #58459C;
}
</style>