Shades of Daisy Bush #5847A1
Tints of Daisy Bush #5847A1
RGB
CMYK
RGB Variations
Color information
#5847A1 (or 0x5847A1) is known color: Daisy Bush. HEX triplet: 58, 47 and A1. RGB value is (88,71,161). Sum of RGB (Red+Green+Blue) = 88+71+161=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #5847A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5847A1 is #A7B85E. Grayscale: #565656. Windows color (decimal): -10991711 or 10569560. OLE color: 10569560.
HSL color Cylindrical-coordinate representation of color #5847A1: hue angle of 251.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5847A1 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 71 | 161 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.37 |
| HSL | 251.33º | 0.39% | 0.45% | - |
| HSV(B) | 251.33º | 0.56% | 0.63% | - |
| XYZ | 12.71 | 9.15 | 34.82 | - |
| YUV | 86.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 161 | 0.45 | 0.56 | 0 | 0.37 | 251.33 | 0.39 | 0.45 |
| Hex | 58 | 47 | A1 | 2D | 38 | 0 | 25 | FB | 27 | 2D |
| Octal | 130 | 107 | 241 | 55 | 70 | 0 | 45 | 373 | 47 | 55 |
| Binary | 1011000 | 1000111 | 10100001 | 101101 | 111000 | 0 | 100101 | 11111011 | 100111 | 101101 |
Color Harmonies of #5847A1
Complementary color
Monochromatic Colors of #5847A1
Black with #5847A1
Text Example
Text Example
White with #5847A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5847A1; }
p { color: rgb(88,71,161); }
H1.HeaderClassName
{
color: #5847A1;
}
.AnyTagClassName
{
color: #5847A1;
}
</style>
background-color css
<style>
a { background-color: #5847A1; }
a { background-color: rgb(88,71,161); }
div.DivClassName
{
background-color: #5847A1;
}
.BgClassName
{
background-color: #5847A1;
}
</style>
border-color css
<style>
span { border-color: #5847A1; }
span { border-color: rgb(88,71,161); }
td.TdClassName
{
border-color: #5847A1;
}
.TagClassName
{
border-color: #5847A1;
}
</style>