Shades of Daisy Bush #5D438A
Tints of Daisy Bush #5D438A
RGB
CMYK
RGB Variations
Color information
#5D438A (or 0x5D438A) is known color: Daisy Bush. HEX triplet: 5D, 43 and 8A. RGB value is (93,67,138). Sum of RGB (Red+Green+Blue) = 93+67+138=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D438A is #A2BC75. Grayscale: #525252. Windows color (decimal): -10665078 or 9061213. OLE color: 9061213.
HSL color Cylindrical-coordinate representation of color #5D438A: hue angle of 261.97º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D438A is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 67 | 138 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.46 |
| HSL | 261.97º | 0.35% | 0.4% | - |
| HSV(B) | 261.97º | 0.51% | 0.54% | - |
| XYZ | 11.11 | 8.18 | 25.04 | - |
| YUV | 82.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 138 | 0.33 | 0.51 | 0 | 0.46 | 261.97 | 0.35 | 0.4 |
| Hex | 5D | 43 | 8A | 21 | 33 | 0 | 2E | 106 | 23 | 28 |
| Octal | 135 | 103 | 212 | 41 | 63 | 0 | 56 | 406 | 43 | 50 |
| Binary | 1011101 | 1000011 | 10001010 | 100001 | 110011 | 0 | 101110 | 100000110 | 100011 | 101000 |
Color Harmonies of #5D438A
Complementary color
Monochromatic Colors of #5D438A
Black with #5D438A
Text Example
Text Example
White with #5D438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D438A; }
p { color: rgb(93,67,138); }
H1.HeaderClassName
{
color: #5D438A;
}
.AnyTagClassName
{
color: #5D438A;
}
</style>
background-color css
<style>
a { background-color: #5D438A; }
a { background-color: rgb(93,67,138); }
div.DivClassName
{
background-color: #5D438A;
}
.BgClassName
{
background-color: #5D438A;
}
</style>
border-color css
<style>
span { border-color: #5D438A; }
span { border-color: rgb(93,67,138); }
td.TdClassName
{
border-color: #5D438A;
}
.TagClassName
{
border-color: #5D438A;
}
</style>