Shades of Daisy Bush #5D2C99
Tints of Daisy Bush #5D2C99
RGB
CMYK
RGB Variations
Color information
#5D2C99 (or 0x5D2C99) is known color: Daisy Bush. HEX triplet: 5D, 2C and 99. RGB value is (93,44,153). Sum of RGB (Red+Green+Blue) = 93+44+153=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D2C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2C99 is #A2D366. Grayscale: #464646. Windows color (decimal): -10670951 or 10038365. OLE color: 10038365.
HSL color Cylindrical-coordinate representation of color #5D2C99: hue angle of 266.97º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2C99 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 44 | 153 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.4 |
| HSL | 266.97º | 0.55% | 0.39% | - |
| HSV(B) | 266.97º | 0.71% | 0.6% | - |
| XYZ | 11.16 | 6.43 | 30.79 | - |
| YUV | 71.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 153 | 0.39 | 0.71 | 0 | 0.4 | 266.97 | 0.55 | 0.39 |
| Hex | 5D | 2C | 99 | 27 | 47 | 0 | 28 | 10B | 37 | 27 |
| Octal | 135 | 54 | 231 | 47 | 107 | 0 | 50 | 413 | 67 | 47 |
| Binary | 1011101 | 101100 | 10011001 | 100111 | 1000111 | 0 | 101000 | 100001011 | 110111 | 100111 |
Color Harmonies of #5D2C99
Complementary color
Monochromatic Colors of #5D2C99
Black with #5D2C99
Text Example
Text Example
White with #5D2C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C99; }
p { color: rgb(93,44,153); }
H1.HeaderClassName
{
color: #5D2C99;
}
.AnyTagClassName
{
color: #5D2C99;
}
</style>
background-color css
<style>
a { background-color: #5D2C99; }
a { background-color: rgb(93,44,153); }
div.DivClassName
{
background-color: #5D2C99;
}
.BgClassName
{
background-color: #5D2C99;
}
</style>
border-color css
<style>
span { border-color: #5D2C99; }
span { border-color: rgb(93,44,153); }
td.TdClassName
{
border-color: #5D2C99;
}
.TagClassName
{
border-color: #5D2C99;
}
</style>