Shades of Daisy Bush #5D488D
Tints of Daisy Bush #5D488D
RGB
CMYK
RGB Variations
Color information
#5D488D (or 0x5D488D) is known color: Daisy Bush. HEX triplet: 5D, 48 and 8D. RGB value is (93,72,141). Sum of RGB (Red+Green+Blue) = 93+72+141=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D488D is #A2B772. Grayscale: #555555. Windows color (decimal): -10663795 or 9259101. OLE color: 9259101.
HSL color Cylindrical-coordinate representation of color #5D488D: hue angle of 258.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D488D is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 72 | 141 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.45 |
| HSL | 258.26º | 0.32% | 0.42% | - |
| HSV(B) | 258.26º | 0.49% | 0.55% | - |
| XYZ | 11.64 | 8.88 | 26.3 | - |
| YUV | 86.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 141 | 0.34 | 0.49 | 0 | 0.45 | 258.26 | 0.32 | 0.42 |
| Hex | 5D | 48 | 8D | 22 | 31 | 0 | 2D | 102 | 20 | 2A |
| Octal | 135 | 110 | 215 | 42 | 61 | 0 | 55 | 402 | 40 | 52 |
| Binary | 1011101 | 1001000 | 10001101 | 100010 | 110001 | 0 | 101101 | 100000010 | 100000 | 101010 |
Color Harmonies of #5D488D
Complementary color
Monochromatic Colors of #5D488D
Black with #5D488D
Text Example
Text Example
White with #5D488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D488D; }
p { color: rgb(93,72,141); }
H1.HeaderClassName
{
color: #5D488D;
}
.AnyTagClassName
{
color: #5D488D;
}
</style>
background-color css
<style>
a { background-color: #5D488D; }
a { background-color: rgb(93,72,141); }
div.DivClassName
{
background-color: #5D488D;
}
.BgClassName
{
background-color: #5D488D;
}
</style>
border-color css
<style>
span { border-color: #5D488D; }
span { border-color: rgb(93,72,141); }
td.TdClassName
{
border-color: #5D488D;
}
.TagClassName
{
border-color: #5D488D;
}
</style>