Shades of Daisy Bush #5D389B
Tints of Daisy Bush #5D389B
RGB
CMYK
RGB Variations
Color information
#5D389B (or 0x5D389B) is known color: Daisy Bush. HEX triplet: 5D, 38 and 9B. RGB value is (93,56,155). Sum of RGB (Red+Green+Blue) = 93+56+155=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389B is #A2C764. Grayscale: #4D4D4D. Windows color (decimal): -10667877 or 10172509. OLE color: 10172509.
HSL color Cylindrical-coordinate representation of color #5D389B: hue angle of 262.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D389B is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 56 | 155 | - |
| CMYK | 0.4 | 0.64 | 0 | 0.39 |
| HSL | 262.42º | 0.47% | 0.41% | - |
| HSV(B) | 262.42º | 0.64% | 0.61% | - |
| XYZ | 11.84 | 7.52 | 31.84 | - |
| YUV | 78.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 155 | 0.4 | 0.64 | 0 | 0.39 | 262.42 | 0.47 | 0.41 |
| Hex | 5D | 38 | 9B | 28 | 40 | 0 | 27 | 106 | 2F | 29 |
| Octal | 135 | 70 | 233 | 50 | 100 | 0 | 47 | 406 | 57 | 51 |
| Binary | 1011101 | 111000 | 10011011 | 101000 | 1000000 | 0 | 100111 | 100000110 | 101111 | 101001 |
Color Harmonies of #5D389B
Complementary color
Monochromatic Colors of #5D389B
Black with #5D389B
Text Example
Text Example
White with #5D389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D389B; }
p { color: rgb(93,56,155); }
H1.HeaderClassName
{
color: #5D389B;
}
.AnyTagClassName
{
color: #5D389B;
}
</style>
background-color css
<style>
a { background-color: #5D389B; }
a { background-color: rgb(93,56,155); }
div.DivClassName
{
background-color: #5D389B;
}
.BgClassName
{
background-color: #5D389B;
}
</style>
border-color css
<style>
span { border-color: #5D389B; }
span { border-color: rgb(93,56,155); }
td.TdClassName
{
border-color: #5D389B;
}
.TagClassName
{
border-color: #5D389B;
}
</style>