Shades of Daisy Bush #58439D
Tints of Daisy Bush #58439D
RGB
CMYK
RGB Variations
Color information
#58439D (or 0x58439D) is known color: Daisy Bush. HEX triplet: 58, 43 and 9D. RGB value is (88,67,157). Sum of RGB (Red+Green+Blue) = 88+67+157=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #58439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58439D is #A7BC62. Grayscale: #535353. Windows color (decimal): -10992739 or 10306392. OLE color: 10306392.
HSL color Cylindrical-coordinate representation of color #58439D: hue angle of 254º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58439D is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 67 | 157 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.38 |
| HSL | 254º | 0.4% | 0.44% | - |
| HSV(B) | 254º | 0.57% | 0.62% | - |
| XYZ | 12.12 | 8.52 | 32.9 | - |
| YUV | 83.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 157 | 0.44 | 0.57 | 0 | 0.38 | 254 | 0.4 | 0.44 |
| Hex | 58 | 43 | 9D | 2C | 39 | 0 | 26 | FE | 28 | 2C |
| Octal | 130 | 103 | 235 | 54 | 71 | 0 | 46 | 376 | 50 | 54 |
| Binary | 1011000 | 1000011 | 10011101 | 101100 | 111001 | 0 | 100110 | 11111110 | 101000 | 101100 |
Color Harmonies of #58439D
Complementary color
Monochromatic Colors of #58439D
Black with #58439D
Text Example
Text Example
White with #58439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58439D; }
p { color: rgb(88,67,157); }
H1.HeaderClassName
{
color: #58439D;
}
.AnyTagClassName
{
color: #58439D;
}
</style>
background-color css
<style>
a { background-color: #58439D; }
a { background-color: rgb(88,67,157); }
div.DivClassName
{
background-color: #58439D;
}
.BgClassName
{
background-color: #58439D;
}
</style>
border-color css
<style>
span { border-color: #58439D; }
span { border-color: rgb(88,67,157); }
td.TdClassName
{
border-color: #58439D;
}
.TagClassName
{
border-color: #58439D;
}
</style>