Shades of Daisy Bush #5D389F
Tints of Daisy Bush #5D389F
RGB
CMYK
RGB Variations
Color information
#5D389F (or 0x5D389F) is known color: Daisy Bush. HEX triplet: 5D, 38 and 9F. RGB value is (93,56,159). Sum of RGB (Red+Green+Blue) = 93+56+159=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389F is #A2C760. Grayscale: #4E4E4E. Windows color (decimal): -10667873 or 10434653. OLE color: 10434653.
HSL color Cylindrical-coordinate representation of color #5D389F: hue angle of 261.55º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D389F is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 56 | 159 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.38 |
| HSL | 261.55º | 0.48% | 0.42% | - |
| HSV(B) | 261.55º | 0.65% | 0.62% | - |
| XYZ | 12.19 | 7.66 | 33.64 | - |
| YUV | 78.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 159 | 0.42 | 0.65 | 0 | 0.38 | 261.55 | 0.48 | 0.42 |
| Hex | 5D | 38 | 9F | 2A | 41 | 0 | 26 | 106 | 30 | 2A |
| Octal | 135 | 70 | 237 | 52 | 101 | 0 | 46 | 406 | 60 | 52 |
| Binary | 1011101 | 111000 | 10011111 | 101010 | 1000001 | 0 | 100110 | 100000110 | 110000 | 101010 |
Color Harmonies of #5D389F
Complementary color
Monochromatic Colors of #5D389F
Black with #5D389F
Text Example
Text Example
White with #5D389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D389F; }
p { color: rgb(93,56,159); }
H1.HeaderClassName
{
color: #5D389F;
}
.AnyTagClassName
{
color: #5D389F;
}
</style>
background-color css
<style>
a { background-color: #5D389F; }
a { background-color: rgb(93,56,159); }
div.DivClassName
{
background-color: #5D389F;
}
.BgClassName
{
background-color: #5D389F;
}
</style>
border-color css
<style>
span { border-color: #5D389F; }
span { border-color: rgb(93,56,159); }
td.TdClassName
{
border-color: #5D389F;
}
.TagClassName
{
border-color: #5D389F;
}
</style>