Shades of Daisy Bush #5D279A
Tints of Daisy Bush #5D279A
RGB
CMYK
RGB Variations
Color information
#5D279A (or 0x5D279A) is known color: Daisy Bush. HEX triplet: 5D, 27 and 9A. RGB value is (93,39,154). Sum of RGB (Red+Green+Blue) = 93+39+154=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D279A is #A2D865. Grayscale: #434343. Windows color (decimal): -10672230 or 10102621. OLE color: 10102621.
HSL color Cylindrical-coordinate representation of color #5D279A: hue angle of 268.17º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D279A is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 39 | 154 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.40 |
| HSL | 268.17º | 0.6% | 0.38% | - |
| HSV(B) | 268.17º | 0.75% | 0.6% | - |
| XYZ | 11.07 | 6.11 | 31.17 | - |
| YUV | 68.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 154 | 0.40 | 0.75 | 0 | 0.40 | 268.17 | 0.6 | 0.38 |
| Hex | 5D | 27 | 9A | 28 | 4B | 0 | 28 | 10C | 3C | 26 |
| Octal | 135 | 47 | 232 | 50 | 113 | 0 | 50 | 414 | 74 | 46 |
| Binary | 1011101 | 100111 | 10011010 | 101000 | 1001011 | 0 | 101000 | 100001100 | 111100 | 100110 |
Color Harmonies of #5D279A
Complementary color
Monochromatic Colors of #5D279A
Black with #5D279A
Text Example
Text Example
White with #5D279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D279A; }
p { color: rgb(93,39,154); }
H1.HeaderClassName
{
color: #5D279A;
}
.AnyTagClassName
{
color: #5D279A;
}
</style>
background-color css
<style>
a { background-color: #5D279A; }
a { background-color: rgb(93,39,154); }
div.DivClassName
{
background-color: #5D279A;
}
.BgClassName
{
background-color: #5D279A;
}
</style>
border-color css
<style>
span { border-color: #5D279A; }
span { border-color: rgb(93,39,154); }
td.TdClassName
{
border-color: #5D279A;
}
.TagClassName
{
border-color: #5D279A;
}
</style>