Shades of Daisy Bush #5D2F9C
Tints of Daisy Bush #5D2F9C
RGB
CMYK
RGB Variations
Color information
#5D2F9C (or 0x5D2F9C) is known color: Daisy Bush. HEX triplet: 5D, 2F and 9C. RGB value is (93,47,156). Sum of RGB (Red+Green+Blue) = 93+47+156=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D2F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F9C is #A2D063. Grayscale: #484848. Windows color (decimal): -10670180 or 10235741. OLE color: 10235741.
HSL color Cylindrical-coordinate representation of color #5D2F9C: hue angle of 265.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2F9C is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 47 | 156 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.39 |
| HSL | 265.32º | 0.54% | 0.4% | - |
| HSV(B) | 265.32º | 0.7% | 0.61% | - |
| XYZ | 11.53 | 6.76 | 32.15 | - |
| YUV | 73.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 156 | 0.40 | 0.70 | 0 | 0.39 | 265.32 | 0.54 | 0.4 |
| Hex | 5D | 2F | 9C | 28 | 46 | 0 | 27 | 109 | 36 | 28 |
| Octal | 135 | 57 | 234 | 50 | 106 | 0 | 47 | 411 | 66 | 50 |
| Binary | 1011101 | 101111 | 10011100 | 101000 | 1000110 | 0 | 100111 | 100001001 | 110110 | 101000 |
Color Harmonies of #5D2F9C
Complementary color
Monochromatic Colors of #5D2F9C
Black with #5D2F9C
Text Example
Text Example
White with #5D2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F9C; }
p { color: rgb(93,47,156); }
H1.HeaderClassName
{
color: #5D2F9C;
}
.AnyTagClassName
{
color: #5D2F9C;
}
</style>
background-color css
<style>
a { background-color: #5D2F9C; }
a { background-color: rgb(93,47,156); }
div.DivClassName
{
background-color: #5D2F9C;
}
.BgClassName
{
background-color: #5D2F9C;
}
</style>
border-color css
<style>
span { border-color: #5D2F9C; }
span { border-color: rgb(93,47,156); }
td.TdClassName
{
border-color: #5D2F9C;
}
.TagClassName
{
border-color: #5D2F9C;
}
</style>