Shades of Daisy Bush #5D4B9A
Tints of Daisy Bush #5D4B9A
RGB
CMYK
RGB Variations
Color information
#5D4B9A (or 0x5D4B9A) is known color: Daisy Bush. HEX triplet: 5D, 4B and 9A. RGB value is (93,75,154). Sum of RGB (Red+Green+Blue) = 93+75+154=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D4B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4B9A is #A2B465. Grayscale: #595959. Windows color (decimal): -10663014 or 10111837. OLE color: 10111837.
HSL color Cylindrical-coordinate representation of color #5D4B9A: hue angle of 253.67º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D4B9A is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 75 | 154 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.40 |
| HSL | 253.67º | 0.34% | 0.45% | - |
| HSV(B) | 253.67º | 0.51% | 0.6% | - |
| XYZ | 12.86 | 9.69 | 31.76 | - |
| YUV | 89.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 154 | 0.40 | 0.51 | 0 | 0.40 | 253.67 | 0.34 | 0.45 |
| Hex | 5D | 4B | 9A | 28 | 33 | 0 | 28 | FE | 22 | 2D |
| Octal | 135 | 113 | 232 | 50 | 63 | 0 | 50 | 376 | 42 | 55 |
| Binary | 1011101 | 1001011 | 10011010 | 101000 | 110011 | 0 | 101000 | 11111110 | 100010 | 101101 |
Color Harmonies of #5D4B9A
Complementary color
Monochromatic Colors of #5D4B9A
Black with #5D4B9A
Text Example
Text Example
White with #5D4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B9A; }
p { color: rgb(93,75,154); }
H1.HeaderClassName
{
color: #5D4B9A;
}
.AnyTagClassName
{
color: #5D4B9A;
}
</style>
background-color css
<style>
a { background-color: #5D4B9A; }
a { background-color: rgb(93,75,154); }
div.DivClassName
{
background-color: #5D4B9A;
}
.BgClassName
{
background-color: #5D4B9A;
}
</style>
border-color css
<style>
span { border-color: #5D4B9A; }
span { border-color: rgb(93,75,154); }
td.TdClassName
{
border-color: #5D4B9A;
}
.TagClassName
{
border-color: #5D4B9A;
}
</style>