Shades of Daisy Bush #5D469C
Tints of Daisy Bush #5D469C
RGB
CMYK
RGB Variations
Color information
#5D469C (or 0x5D469C) is known color: Daisy Bush. HEX triplet: 5D, 46 and 9C. RGB value is (93,70,156). Sum of RGB (Red+Green+Blue) = 93+70+156=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D469C is #A2B963. Grayscale: #565656. Windows color (decimal): -10664292 or 10241629. OLE color: 10241629.
HSL color Cylindrical-coordinate representation of color #5D469C: hue angle of 256.05º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D469C is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 70 | 156 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.39 |
| HSL | 256.05º | 0.38% | 0.44% | - |
| HSV(B) | 256.05º | 0.55% | 0.61% | - |
| XYZ | 12.71 | 9.11 | 32.54 | - |
| YUV | 86.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 156 | 0.40 | 0.55 | 0 | 0.39 | 256.05 | 0.38 | 0.44 |
| Hex | 5D | 46 | 9C | 28 | 37 | 0 | 27 | 100 | 26 | 2C |
| Octal | 135 | 106 | 234 | 50 | 67 | 0 | 47 | 400 | 46 | 54 |
| Binary | 1011101 | 1000110 | 10011100 | 101000 | 110111 | 0 | 100111 | 100000000 | 100110 | 101100 |
Color Harmonies of #5D469C
Complementary color
Monochromatic Colors of #5D469C
Black with #5D469C
Text Example
Text Example
White with #5D469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D469C; }
p { color: rgb(93,70,156); }
H1.HeaderClassName
{
color: #5D469C;
}
.AnyTagClassName
{
color: #5D469C;
}
</style>
background-color css
<style>
a { background-color: #5D469C; }
a { background-color: rgb(93,70,156); }
div.DivClassName
{
background-color: #5D469C;
}
.BgClassName
{
background-color: #5D469C;
}
</style>
border-color css
<style>
span { border-color: #5D469C; }
span { border-color: rgb(93,70,156); }
td.TdClassName
{
border-color: #5D469C;
}
.TagClassName
{
border-color: #5D469C;
}
</style>