Shades of Daisy Bush #5D388D
Tints of Daisy Bush #5D388D
RGB
CMYK
RGB Variations
Color information
#5D388D (or 0x5D388D) is known color: Daisy Bush. HEX triplet: 5D, 38 and 8D. RGB value is (93,56,141). Sum of RGB (Red+Green+Blue) = 93+56+141=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D388D is #A2C772. Grayscale: #4C4C4C. Windows color (decimal): -10667891 or 9255005. OLE color: 9255005.
HSL color Cylindrical-coordinate representation of color #5D388D: hue angle of 266.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D388D is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 56 | 141 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.45 |
| HSL | 266.12º | 0.43% | 0.39% | - |
| HSV(B) | 266.12º | 0.6% | 0.55% | - |
| XYZ | 10.74 | 7.08 | 26 | - |
| YUV | 76.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 141 | 0.34 | 0.60 | 0 | 0.45 | 266.12 | 0.43 | 0.39 |
| Hex | 5D | 38 | 8D | 22 | 3C | 0 | 2D | 10A | 2B | 27 |
| Octal | 135 | 70 | 215 | 42 | 74 | 0 | 55 | 412 | 53 | 47 |
| Binary | 1011101 | 111000 | 10001101 | 100010 | 111100 | 0 | 101101 | 100001010 | 101011 | 100111 |
Color Harmonies of #5D388D
Complementary color
Monochromatic Colors of #5D388D
Black with #5D388D
Text Example
Text Example
White with #5D388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D388D; }
p { color: rgb(93,56,141); }
H1.HeaderClassName
{
color: #5D388D;
}
.AnyTagClassName
{
color: #5D388D;
}
</style>
background-color css
<style>
a { background-color: #5D388D; }
a { background-color: rgb(93,56,141); }
div.DivClassName
{
background-color: #5D388D;
}
.BgClassName
{
background-color: #5D388D;
}
</style>
border-color css
<style>
span { border-color: #5D388D; }
span { border-color: rgb(93,56,141); }
td.TdClassName
{
border-color: #5D388D;
}
.TagClassName
{
border-color: #5D388D;
}
</style>