Shades of Daisy Bush #58449C
Tints of Daisy Bush #58449C
RGB
CMYK
RGB Variations
Color information
#58449C (or 0x58449C) is known color: Daisy Bush. HEX triplet: 58, 44 and 9C. RGB value is (88,68,156). Sum of RGB (Red+Green+Blue) = 88+68+156=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #58449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58449C is #A7BB63. Grayscale: #535353. Windows color (decimal): -10992484 or 10241112. OLE color: 10241112.
HSL color Cylindrical-coordinate representation of color #58449C: hue angle of 253.64º 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 #58449C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 68 | 156 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.39 |
| HSL | 253.64º | 0.39% | 0.44% | - |
| HSV(B) | 253.64º | 0.56% | 0.61% | - |
| XYZ | 12.09 | 8.61 | 32.48 | - |
| YUV | 84.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 156 | 0.44 | 0.56 | 0 | 0.39 | 253.64 | 0.39 | 0.44 |
| Hex | 58 | 44 | 9C | 2C | 38 | 0 | 27 | FE | 27 | 2C |
| Octal | 130 | 104 | 234 | 54 | 70 | 0 | 47 | 376 | 47 | 54 |
| Binary | 1011000 | 1000100 | 10011100 | 101100 | 111000 | 0 | 100111 | 11111110 | 100111 | 101100 |
Color Harmonies of #58449C
Complementary color
Monochromatic Colors of #58449C
Black with #58449C
Text Example
Text Example
White with #58449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58449C; }
p { color: rgb(88,68,156); }
H1.HeaderClassName
{
color: #58449C;
}
.AnyTagClassName
{
color: #58449C;
}
</style>
background-color css
<style>
a { background-color: #58449C; }
a { background-color: rgb(88,68,156); }
div.DivClassName
{
background-color: #58449C;
}
.BgClassName
{
background-color: #58449C;
}
</style>
border-color css
<style>
span { border-color: #58449C; }
span { border-color: rgb(88,68,156); }
td.TdClassName
{
border-color: #58449C;
}
.TagClassName
{
border-color: #58449C;
}
</style>