Shades of Daisy Bush #5D489B
Tints of Daisy Bush #5D489B
RGB
CMYK
RGB Variations
Color information
#5D489B (or 0x5D489B) is known color: Daisy Bush. HEX triplet: 5D, 48 and 9B. RGB value is (93,72,155). Sum of RGB (Red+Green+Blue) = 93+72+155=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D489B is #A2B764. Grayscale: #575757. Windows color (decimal): -10663781 or 10176605. OLE color: 10176605.
HSL color Cylindrical-coordinate representation of color #5D489B: hue angle of 255.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D489B is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 72 | 155 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.39 |
| HSL | 255.18º | 0.37% | 0.45% | - |
| HSV(B) | 255.18º | 0.54% | 0.61% | - |
| XYZ | 12.75 | 9.33 | 32.14 | - |
| YUV | 87.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 155 | 0.4 | 0.54 | 0 | 0.39 | 255.18 | 0.37 | 0.45 |
| Hex | 5D | 48 | 9B | 28 | 36 | 0 | 27 | FF | 25 | 2D |
| Octal | 135 | 110 | 233 | 50 | 66 | 0 | 47 | 377 | 45 | 55 |
| Binary | 1011101 | 1001000 | 10011011 | 101000 | 110110 | 0 | 100111 | 11111111 | 100101 | 101101 |
Color Harmonies of #5D489B
Complementary color
Monochromatic Colors of #5D489B
Black with #5D489B
Text Example
Text Example
White with #5D489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D489B; }
p { color: rgb(93,72,155); }
H1.HeaderClassName
{
color: #5D489B;
}
.AnyTagClassName
{
color: #5D489B;
}
</style>
background-color css
<style>
a { background-color: #5D489B; }
a { background-color: rgb(93,72,155); }
div.DivClassName
{
background-color: #5D489B;
}
.BgClassName
{
background-color: #5D489B;
}
</style>
border-color css
<style>
span { border-color: #5D489B; }
span { border-color: rgb(93,72,155); }
td.TdClassName
{
border-color: #5D489B;
}
.TagClassName
{
border-color: #5D489B;
}
</style>