Shades of Daisy Bush #5D48A1
Tints of Daisy Bush #5D48A1
RGB
CMYK
RGB Variations
Color information
#5D48A1 (or 0x5D48A1) is known color: Daisy Bush. HEX triplet: 5D, 48 and A1. RGB value is (93,72,161). Sum of RGB (Red+Green+Blue) = 93+72+161=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #5D48A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D48A1 is #A2B75E. Grayscale: #585858. Windows color (decimal): -10663775 or 10569821. OLE color: 10569821.
HSL color Cylindrical-coordinate representation of color #5D48A1: hue angle of 254.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D48A1 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 72 | 161 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.37 |
| HSL | 254.16º | 0.38% | 0.46% | - |
| HSV(B) | 254.16º | 0.55% | 0.63% | - |
| XYZ | 13.26 | 9.54 | 34.86 | - |
| YUV | 88.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 161 | 0.42 | 0.55 | 0 | 0.37 | 254.16 | 0.38 | 0.46 |
| Hex | 5D | 48 | A1 | 2A | 37 | 0 | 25 | FE | 26 | 2E |
| Octal | 135 | 110 | 241 | 52 | 67 | 0 | 45 | 376 | 46 | 56 |
| Binary | 1011101 | 1001000 | 10100001 | 101010 | 110111 | 0 | 100101 | 11111110 | 100110 | 101110 |
Color Harmonies of #5D48A1
Complementary color
Monochromatic Colors of #5D48A1
Black with #5D48A1
Text Example
Text Example
White with #5D48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48A1; }
p { color: rgb(93,72,161); }
H1.HeaderClassName
{
color: #5D48A1;
}
.AnyTagClassName
{
color: #5D48A1;
}
</style>
background-color css
<style>
a { background-color: #5D48A1; }
a { background-color: rgb(93,72,161); }
div.DivClassName
{
background-color: #5D48A1;
}
.BgClassName
{
background-color: #5D48A1;
}
</style>
border-color css
<style>
span { border-color: #5D48A1; }
span { border-color: rgb(93,72,161); }
td.TdClassName
{
border-color: #5D48A1;
}
.TagClassName
{
border-color: #5D48A1;
}
</style>