Shades of Daisy Bush #5D438B
Tints of Daisy Bush #5D438B
RGB
CMYK
RGB Variations
Color information
#5D438B (or 0x5D438B) is known color: Daisy Bush. HEX triplet: 5D, 43 and 8B. RGB value is (93,67,139). Sum of RGB (Red+Green+Blue) = 93+67+139=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D438B is #A2BC74. Grayscale: #525252. Windows color (decimal): -10665077 or 9126749. OLE color: 9126749.
HSL color Cylindrical-coordinate representation of color #5D438B: hue angle of 261.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D438B is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 67 | 139 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.45 |
| HSL | 261.67º | 0.35% | 0.4% | - |
| HSV(B) | 261.67º | 0.52% | 0.55% | - |
| XYZ | 11.18 | 8.21 | 25.42 | - |
| YUV | 82.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 139 | 0.33 | 0.52 | 0 | 0.45 | 261.67 | 0.35 | 0.4 |
| Hex | 5D | 43 | 8B | 21 | 34 | 0 | 2D | 106 | 23 | 28 |
| Octal | 135 | 103 | 213 | 41 | 64 | 0 | 55 | 406 | 43 | 50 |
| Binary | 1011101 | 1000011 | 10001011 | 100001 | 110100 | 0 | 101101 | 100000110 | 100011 | 101000 |
Color Harmonies of #5D438B
Complementary color
Monochromatic Colors of #5D438B
Black with #5D438B
Text Example
Text Example
White with #5D438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D438B; }
p { color: rgb(93,67,139); }
H1.HeaderClassName
{
color: #5D438B;
}
.AnyTagClassName
{
color: #5D438B;
}
</style>
background-color css
<style>
a { background-color: #5D438B; }
a { background-color: rgb(93,67,139); }
div.DivClassName
{
background-color: #5D438B;
}
.BgClassName
{
background-color: #5D438B;
}
</style>
border-color css
<style>
span { border-color: #5D438B; }
span { border-color: rgb(93,67,139); }
td.TdClassName
{
border-color: #5D438B;
}
.TagClassName
{
border-color: #5D438B;
}
</style>