Shades of Daisy Bush #581E9E
Tints of Daisy Bush #581E9E
RGB
CMYK
RGB Variations
Color information
#581E9E (or 0x581E9E) is known color: Daisy Bush. HEX triplet: 58, 1E and 9E. RGB value is (88,30,158). Sum of RGB (Red+Green+Blue) = 88+30+158=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #581E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581E9E is #A7E161. Grayscale: #3D3D3D. Windows color (decimal): -11002210 or 10362456. OLE color: 10362456.
HSL color Cylindrical-coordinate representation of color #581E9E: hue angle of 267.19º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581E9E is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 30 | 158 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.38 |
| HSL | 267.19º | 0.68% | 0.37% | - |
| HSV(B) | 267.19º | 0.81% | 0.62% | - |
| XYZ | 10.66 | 5.47 | 32.84 | - |
| YUV | 61.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 158 | 0.44 | 0.81 | 0 | 0.38 | 267.19 | 0.68 | 0.37 |
| Hex | 58 | 1E | 9E | 2C | 51 | 0 | 26 | 10B | 44 | 25 |
| Octal | 130 | 36 | 236 | 54 | 121 | 0 | 46 | 413 | 104 | 45 |
| Binary | 1011000 | 11110 | 10011110 | 101100 | 1010001 | 0 | 100110 | 100001011 | 1000100 | 100101 |
Color Harmonies of #581E9E
Complementary color
Monochromatic Colors of #581E9E
Black with #581E9E
Text Example
Text Example
White with #581E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E9E; }
p { color: rgb(88,30,158); }
H1.HeaderClassName
{
color: #581E9E;
}
.AnyTagClassName
{
color: #581E9E;
}
</style>
background-color css
<style>
a { background-color: #581E9E; }
a { background-color: rgb(88,30,158); }
div.DivClassName
{
background-color: #581E9E;
}
.BgClassName
{
background-color: #581E9E;
}
</style>
border-color css
<style>
span { border-color: #581E9E; }
span { border-color: rgb(88,30,158); }
td.TdClassName
{
border-color: #581E9E;
}
.TagClassName
{
border-color: #581E9E;
}
</style>