Shades of Daisy Bush #5D408B
Tints of Daisy Bush #5D408B
RGB
CMYK
RGB Variations
Color information
#5D408B (or 0x5D408B) is known color: Daisy Bush. HEX triplet: 5D, 40 and 8B. RGB value is (93,64,139). Sum of RGB (Red+Green+Blue) = 93+64+139=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D408B is #A2BF74. Grayscale: #505050. Windows color (decimal): -10665845 or 9125981. OLE color: 9125981.
HSL color Cylindrical-coordinate representation of color #5D408B: hue angle of 263.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D408B is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 64 | 139 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.45 |
| HSL | 263.2º | 0.37% | 0.4% | - |
| HSV(B) | 263.2º | 0.54% | 0.55% | - |
| XYZ | 11.01 | 7.86 | 25.36 | - |
| YUV | 81.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 139 | 0.33 | 0.54 | 0 | 0.45 | 263.2 | 0.37 | 0.4 |
| Hex | 5D | 40 | 8B | 21 | 36 | 0 | 2D | 107 | 25 | 28 |
| Octal | 135 | 100 | 213 | 41 | 66 | 0 | 55 | 407 | 45 | 50 |
| Binary | 1011101 | 1000000 | 10001011 | 100001 | 110110 | 0 | 101101 | 100000111 | 100101 | 101000 |
Color Harmonies of #5D408B
Complementary color
Monochromatic Colors of #5D408B
Black with #5D408B
Text Example
Text Example
White with #5D408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D408B; }
p { color: rgb(93,64,139); }
H1.HeaderClassName
{
color: #5D408B;
}
.AnyTagClassName
{
color: #5D408B;
}
</style>
background-color css
<style>
a { background-color: #5D408B; }
a { background-color: rgb(93,64,139); }
div.DivClassName
{
background-color: #5D408B;
}
.BgClassName
{
background-color: #5D408B;
}
</style>
border-color css
<style>
span { border-color: #5D408B; }
span { border-color: rgb(93,64,139); }
td.TdClassName
{
border-color: #5D408B;
}
.TagClassName
{
border-color: #5D408B;
}
</style>