Shades of Daisy Bush #58438E
Tints of Daisy Bush #58438E
RGB
CMYK
RGB Variations
Color information
#58438E (or 0x58438E) is known color: Daisy Bush. HEX triplet: 58, 43 and 8E. RGB value is (88,67,142). Sum of RGB (Red+Green+Blue) = 88+67+142=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #58438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58438E is #A7BC71. Grayscale: #515151. Windows color (decimal): -10992754 or 9323352. OLE color: 9323352.
HSL color Cylindrical-coordinate representation of color #58438E: hue angle of 256.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58438E is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 67 | 142 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.44 |
| HSL | 256.8º | 0.36% | 0.41% | - |
| HSV(B) | 256.8º | 0.53% | 0.56% | - |
| XYZ | 10.91 | 8.04 | 26.57 | - |
| YUV | 81.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 142 | 0.38 | 0.53 | 0 | 0.44 | 256.8 | 0.36 | 0.41 |
| Hex | 58 | 43 | 8E | 26 | 35 | 0 | 2C | 101 | 24 | 29 |
| Octal | 130 | 103 | 216 | 46 | 65 | 0 | 54 | 401 | 44 | 51 |
| Binary | 1011000 | 1000011 | 10001110 | 100110 | 110101 | 0 | 101100 | 100000001 | 100100 | 101001 |
Color Harmonies of #58438E
Complementary color
Monochromatic Colors of #58438E
Black with #58438E
Text Example
Text Example
White with #58438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58438E; }
p { color: rgb(88,67,142); }
H1.HeaderClassName
{
color: #58438E;
}
.AnyTagClassName
{
color: #58438E;
}
</style>
background-color css
<style>
a { background-color: #58438E; }
a { background-color: rgb(88,67,142); }
div.DivClassName
{
background-color: #58438E;
}
.BgClassName
{
background-color: #58438E;
}
</style>
border-color css
<style>
span { border-color: #58438E; }
span { border-color: rgb(88,67,142); }
td.TdClassName
{
border-color: #58438E;
}
.TagClassName
{
border-color: #58438E;
}
</style>