Shades of Daisy Bush #5D369F
Tints of Daisy Bush #5D369F
RGB
CMYK
RGB Variations
Color information
#5D369F (or 0x5D369F) is known color: Daisy Bush. HEX triplet: 5D, 36 and 9F. RGB value is (93,54,159). Sum of RGB (Red+Green+Blue) = 93+54+159=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D369F is #A2C960. Grayscale: #4D4D4D. Windows color (decimal): -10668385 or 10434141. OLE color: 10434141.
HSL color Cylindrical-coordinate representation of color #5D369F: hue angle of 262.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D369F is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 54 | 159 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.38 |
| HSL | 262.29º | 0.49% | 0.42% | - |
| HSV(B) | 262.29º | 0.66% | 0.62% | - |
| XYZ | 12.09 | 7.47 | 33.61 | - |
| YUV | 77.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 159 | 0.42 | 0.66 | 0 | 0.38 | 262.29 | 0.49 | 0.42 |
| Hex | 5D | 36 | 9F | 2A | 42 | 0 | 26 | 106 | 31 | 2A |
| Octal | 135 | 66 | 237 | 52 | 102 | 0 | 46 | 406 | 61 | 52 |
| Binary | 1011101 | 110110 | 10011111 | 101010 | 1000010 | 0 | 100110 | 100000110 | 110001 | 101010 |
Color Harmonies of #5D369F
Complementary color
Monochromatic Colors of #5D369F
Black with #5D369F
Text Example
Text Example
White with #5D369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D369F; }
p { color: rgb(93,54,159); }
H1.HeaderClassName
{
color: #5D369F;
}
.AnyTagClassName
{
color: #5D369F;
}
</style>
background-color css
<style>
a { background-color: #5D369F; }
a { background-color: rgb(93,54,159); }
div.DivClassName
{
background-color: #5D369F;
}
.BgClassName
{
background-color: #5D369F;
}
</style>
border-color css
<style>
span { border-color: #5D369F; }
span { border-color: rgb(93,54,159); }
td.TdClassName
{
border-color: #5D369F;
}
.TagClassName
{
border-color: #5D369F;
}
</style>