Shades of Daisy Bush #5D4B9E
Tints of Daisy Bush #5D4B9E
RGB
CMYK
RGB Variations
Color information
#5D4B9E (or 0x5D4B9E) is known color: Daisy Bush. HEX triplet: 5D, 4B and 9E. RGB value is (93,75,158). Sum of RGB (Red+Green+Blue) = 93+75+158=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D4B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4B9E is #A2B461. Grayscale: #595959. Windows color (decimal): -10663010 or 10373981. OLE color: 10373981.
HSL color Cylindrical-coordinate representation of color #5D4B9E: hue angle of 253.01º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D4B9E is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 75 | 158 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.38 |
| HSL | 253.01º | 0.36% | 0.46% | - |
| HSV(B) | 253.01º | 0.53% | 0.62% | - |
| XYZ | 13.2 | 9.83 | 33.55 | - |
| YUV | 89.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 158 | 0.41 | 0.53 | 0 | 0.38 | 253.01 | 0.36 | 0.46 |
| Hex | 5D | 4B | 9E | 29 | 35 | 0 | 26 | FD | 24 | 2E |
| Octal | 135 | 113 | 236 | 51 | 65 | 0 | 46 | 375 | 44 | 56 |
| Binary | 1011101 | 1001011 | 10011110 | 101001 | 110101 | 0 | 100110 | 11111101 | 100100 | 101110 |
Color Harmonies of #5D4B9E
Complementary color
Monochromatic Colors of #5D4B9E
Black with #5D4B9E
Text Example
Text Example
White with #5D4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B9E; }
p { color: rgb(93,75,158); }
H1.HeaderClassName
{
color: #5D4B9E;
}
.AnyTagClassName
{
color: #5D4B9E;
}
</style>
background-color css
<style>
a { background-color: #5D4B9E; }
a { background-color: rgb(93,75,158); }
div.DivClassName
{
background-color: #5D4B9E;
}
.BgClassName
{
background-color: #5D4B9E;
}
</style>
border-color css
<style>
span { border-color: #5D4B9E; }
span { border-color: rgb(93,75,158); }
td.TdClassName
{
border-color: #5D4B9E;
}
.TagClassName
{
border-color: #5D4B9E;
}
</style>