Shades of Daisy Bush #5D4A9C
Tints of Daisy Bush #5D4A9C
RGB
CMYK
RGB Variations
Color information
#5D4A9C (or 0x5D4A9C) is known color: Daisy Bush. HEX triplet: 5D, 4A and 9C. RGB value is (93,74,156). Sum of RGB (Red+Green+Blue) = 93+74+156=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D4A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4A9C is #A2B563. Grayscale: #585858. Windows color (decimal): -10663268 or 10242653. OLE color: 10242653.
HSL color Cylindrical-coordinate representation of color #5D4A9C: hue angle of 253.9º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D4A9C is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 74 | 156 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.39 |
| HSL | 253.9º | 0.36% | 0.45% | - |
| HSV(B) | 253.9º | 0.53% | 0.61% | - |
| XYZ | 12.96 | 9.63 | 32.63 | - |
| YUV | 89.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 156 | 0.40 | 0.53 | 0 | 0.39 | 253.9 | 0.36 | 0.45 |
| Hex | 5D | 4A | 9C | 28 | 35 | 0 | 27 | FE | 24 | 2D |
| Octal | 135 | 112 | 234 | 50 | 65 | 0 | 47 | 376 | 44 | 55 |
| Binary | 1011101 | 1001010 | 10011100 | 101000 | 110101 | 0 | 100111 | 11111110 | 100100 | 101101 |
Color Harmonies of #5D4A9C
Complementary color
Monochromatic Colors of #5D4A9C
Black with #5D4A9C
Text Example
Text Example
White with #5D4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A9C; }
p { color: rgb(93,74,156); }
H1.HeaderClassName
{
color: #5D4A9C;
}
.AnyTagClassName
{
color: #5D4A9C;
}
</style>
background-color css
<style>
a { background-color: #5D4A9C; }
a { background-color: rgb(93,74,156); }
div.DivClassName
{
background-color: #5D4A9C;
}
.BgClassName
{
background-color: #5D4A9C;
}
</style>
border-color css
<style>
span { border-color: #5D4A9C; }
span { border-color: rgb(93,74,156); }
td.TdClassName
{
border-color: #5D4A9C;
}
.TagClassName
{
border-color: #5D4A9C;
}
</style>