Shades of Daisy Bush #5D389A
Tints of Daisy Bush #5D389A
RGB
CMYK
RGB Variations
Color information
#5D389A (or 0x5D389A) is known color: Daisy Bush. HEX triplet: 5D, 38 and 9A. RGB value is (93,56,154). Sum of RGB (Red+Green+Blue) = 93+56+154=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389A is #A2C765. Grayscale: #4D4D4D. Windows color (decimal): -10667878 or 10106973. OLE color: 10106973.
HSL color Cylindrical-coordinate representation of color #5D389A: hue angle of 262.65º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D389A is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 56 | 154 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.40 |
| HSL | 262.65º | 0.47% | 0.41% | - |
| HSV(B) | 262.65º | 0.64% | 0.6% | - |
| XYZ | 11.76 | 7.49 | 31.4 | - |
| YUV | 78.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 154 | 0.40 | 0.64 | 0 | 0.40 | 262.65 | 0.47 | 0.41 |
| Hex | 5D | 38 | 9A | 28 | 40 | 0 | 28 | 107 | 2F | 29 |
| Octal | 135 | 70 | 232 | 50 | 100 | 0 | 50 | 407 | 57 | 51 |
| Binary | 1011101 | 111000 | 10011010 | 101000 | 1000000 | 0 | 101000 | 100000111 | 101111 | 101001 |
Color Harmonies of #5D389A
Complementary color
Monochromatic Colors of #5D389A
Black with #5D389A
Text Example
Text Example
White with #5D389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D389A; }
p { color: rgb(93,56,154); }
H1.HeaderClassName
{
color: #5D389A;
}
.AnyTagClassName
{
color: #5D389A;
}
</style>
background-color css
<style>
a { background-color: #5D389A; }
a { background-color: rgb(93,56,154); }
div.DivClassName
{
background-color: #5D389A;
}
.BgClassName
{
background-color: #5D389A;
}
</style>
border-color css
<style>
span { border-color: #5D389A; }
span { border-color: rgb(93,56,154); }
td.TdClassName
{
border-color: #5D389A;
}
.TagClassName
{
border-color: #5D389A;
}
</style>