Shades of Daisy Bush #5D459B
Tints of Daisy Bush #5D459B
RGB
CMYK
RGB Variations
Color information
#5D459B (or 0x5D459B) is known color: Daisy Bush. HEX triplet: 5D, 45 and 9B. RGB value is (93,69,155). Sum of RGB (Red+Green+Blue) = 93+69+155=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D459B is #A2BA64. Grayscale: #555555. Windows color (decimal): -10664549 or 10175837. OLE color: 10175837.
HSL color Cylindrical-coordinate representation of color #5D459B: hue angle of 256.74º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D459B is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 69 | 155 | - |
| CMYK | 0.4 | 0.55 | 0 | 0.39 |
| HSL | 256.74º | 0.38% | 0.44% | - |
| HSV(B) | 256.74º | 0.55% | 0.61% | - |
| XYZ | 12.56 | 8.95 | 32.08 | - |
| YUV | 85.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 155 | 0.4 | 0.55 | 0 | 0.39 | 256.74 | 0.38 | 0.44 |
| Hex | 5D | 45 | 9B | 28 | 37 | 0 | 27 | 101 | 26 | 2C |
| Octal | 135 | 105 | 233 | 50 | 67 | 0 | 47 | 401 | 46 | 54 |
| Binary | 1011101 | 1000101 | 10011011 | 101000 | 110111 | 0 | 100111 | 100000001 | 100110 | 101100 |
Color Harmonies of #5D459B
Complementary color
Monochromatic Colors of #5D459B
Black with #5D459B
Text Example
Text Example
White with #5D459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D459B; }
p { color: rgb(93,69,155); }
H1.HeaderClassName
{
color: #5D459B;
}
.AnyTagClassName
{
color: #5D459B;
}
</style>
background-color css
<style>
a { background-color: #5D459B; }
a { background-color: rgb(93,69,155); }
div.DivClassName
{
background-color: #5D459B;
}
.BgClassName
{
background-color: #5D459B;
}
</style>
border-color css
<style>
span { border-color: #5D459B; }
span { border-color: rgb(93,69,155); }
td.TdClassName
{
border-color: #5D459B;
}
.TagClassName
{
border-color: #5D459B;
}
</style>