Shades of Daisy Bush #5D468C
Tints of Daisy Bush #5D468C
RGB
CMYK
RGB Variations
Color information
#5D468C (or 0x5D468C) is known color: Daisy Bush. HEX triplet: 5D, 46 and 8C. RGB value is (93,70,140). Sum of RGB (Red+Green+Blue) = 93+70+140=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D468C is #A2B973. Grayscale: #545454. Windows color (decimal): -10664308 or 9193053. OLE color: 9193053.
HSL color Cylindrical-coordinate representation of color #5D468C: hue angle of 259.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D468C is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 70 | 140 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.45 |
| HSL | 259.71º | 0.33% | 0.41% | - |
| HSV(B) | 259.71º | 0.5% | 0.55% | - |
| XYZ | 11.44 | 8.6 | 25.87 | - |
| YUV | 84.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 140 | 0.34 | 0.50 | 0 | 0.45 | 259.71 | 0.33 | 0.41 |
| Hex | 5D | 46 | 8C | 22 | 32 | 0 | 2D | 104 | 21 | 29 |
| Octal | 135 | 106 | 214 | 42 | 62 | 0 | 55 | 404 | 41 | 51 |
| Binary | 1011101 | 1000110 | 10001100 | 100010 | 110010 | 0 | 101101 | 100000100 | 100001 | 101001 |
Color Harmonies of #5D468C
Complementary color
Monochromatic Colors of #5D468C
Black with #5D468C
Text Example
Text Example
White with #5D468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D468C; }
p { color: rgb(93,70,140); }
H1.HeaderClassName
{
color: #5D468C;
}
.AnyTagClassName
{
color: #5D468C;
}
</style>
background-color css
<style>
a { background-color: #5D468C; }
a { background-color: rgb(93,70,140); }
div.DivClassName
{
background-color: #5D468C;
}
.BgClassName
{
background-color: #5D468C;
}
</style>
border-color css
<style>
span { border-color: #5D468C; }
span { border-color: rgb(93,70,140); }
td.TdClassName
{
border-color: #5D468C;
}
.TagClassName
{
border-color: #5D468C;
}
</style>