Shades of Daisy Bush #5D408F
Tints of Daisy Bush #5D408F
RGB
CMYK
RGB Variations
Color information
#5D408F (or 0x5D408F) is known color: Daisy Bush. HEX triplet: 5D, 40 and 8F. RGB value is (93,64,143). Sum of RGB (Red+Green+Blue) = 93+64+143=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D408F is #A2BF70. Grayscale: #515151. Windows color (decimal): -10665841 or 9388125. OLE color: 9388125.
HSL color Cylindrical-coordinate representation of color #5D408F: hue angle of 262.03º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D408F is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 64 | 143 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.44 |
| HSL | 262.03º | 0.38% | 0.41% | - |
| HSV(B) | 262.03º | 0.55% | 0.56% | - |
| XYZ | 11.31 | 7.98 | 26.93 | - |
| YUV | 81.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 143 | 0.35 | 0.55 | 0 | 0.44 | 262.03 | 0.38 | 0.41 |
| Hex | 5D | 40 | 8F | 23 | 37 | 0 | 2C | 106 | 26 | 29 |
| Octal | 135 | 100 | 217 | 43 | 67 | 0 | 54 | 406 | 46 | 51 |
| Binary | 1011101 | 1000000 | 10001111 | 100011 | 110111 | 0 | 101100 | 100000110 | 100110 | 101001 |
Color Harmonies of #5D408F
Complementary color
Monochromatic Colors of #5D408F
Black with #5D408F
Text Example
Text Example
White with #5D408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D408F; }
p { color: rgb(93,64,143); }
H1.HeaderClassName
{
color: #5D408F;
}
.AnyTagClassName
{
color: #5D408F;
}
</style>
background-color css
<style>
a { background-color: #5D408F; }
a { background-color: rgb(93,64,143); }
div.DivClassName
{
background-color: #5D408F;
}
.BgClassName
{
background-color: #5D408F;
}
</style>
border-color css
<style>
span { border-color: #5D408F; }
span { border-color: rgb(93,64,143); }
td.TdClassName
{
border-color: #5D408F;
}
.TagClassName
{
border-color: #5D408F;
}
</style>