Shades of Daisy Bush #5D4698
Tints of Daisy Bush #5D4698
RGB
CMYK
RGB Variations
Color information
#5D4698 (or 0x5D4698) is known color: Daisy Bush. HEX triplet: 5D, 46 and 98. RGB value is (93,70,152). Sum of RGB (Red+Green+Blue) = 93+70+152=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4698 is #A2B967. Grayscale: #555555. Windows color (decimal): -10664296 or 9979485. OLE color: 9979485.
HSL color Cylindrical-coordinate representation of color #5D4698: hue angle of 256.83º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D4698 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 70 | 152 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.40 |
| HSL | 256.83º | 0.37% | 0.44% | - |
| HSV(B) | 256.83º | 0.54% | 0.6% | - |
| XYZ | 12.37 | 8.97 | 30.79 | - |
| YUV | 86.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 152 | 0.39 | 0.54 | 0 | 0.40 | 256.83 | 0.37 | 0.44 |
| Hex | 5D | 46 | 98 | 27 | 36 | 0 | 28 | 101 | 25 | 2C |
| Octal | 135 | 106 | 230 | 47 | 66 | 0 | 50 | 401 | 45 | 54 |
| Binary | 1011101 | 1000110 | 10011000 | 100111 | 110110 | 0 | 101000 | 100000001 | 100101 | 101100 |
Color Harmonies of #5D4698
Complementary color
Monochromatic Colors of #5D4698
Black with #5D4698
Text Example
Text Example
White with #5D4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4698; }
p { color: rgb(93,70,152); }
H1.HeaderClassName
{
color: #5D4698;
}
.AnyTagClassName
{
color: #5D4698;
}
</style>
background-color css
<style>
a { background-color: #5D4698; }
a { background-color: rgb(93,70,152); }
div.DivClassName
{
background-color: #5D4698;
}
.BgClassName
{
background-color: #5D4698;
}
</style>
border-color css
<style>
span { border-color: #5D4698; }
span { border-color: rgb(93,70,152); }
td.TdClassName
{
border-color: #5D4698;
}
.TagClassName
{
border-color: #5D4698;
}
</style>