Shades of Daisy Bush #5C219D
Tints of Daisy Bush #5C219D
RGB
CMYK
RGB Variations
Color information
#5C219D (or 0x5C219D) is known color: Daisy Bush. HEX triplet: 5C, 21 and 9D. RGB value is (92,33,157). Sum of RGB (Red+Green+Blue) = 92+33+157=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C219D is #A3DE62. Grayscale: #404040. Windows color (decimal): -10739299 or 10297692. OLE color: 10297692.
HSL color Cylindrical-coordinate representation of color #5C219D: hue angle of 268.55º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C219D is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 33 | 157 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.38 |
| HSL | 268.55º | 0.65% | 0.37% | - |
| HSV(B) | 268.55º | 0.79% | 0.62% | - |
| XYZ | 11.04 | 5.8 | 32.44 | - |
| YUV | 64.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 157 | 0.41 | 0.79 | 0 | 0.38 | 268.55 | 0.65 | 0.37 |
| Hex | 5C | 21 | 9D | 29 | 4F | 0 | 26 | 10D | 41 | 25 |
| Octal | 134 | 41 | 235 | 51 | 117 | 0 | 46 | 415 | 101 | 45 |
| Binary | 1011100 | 100001 | 10011101 | 101001 | 1001111 | 0 | 100110 | 100001101 | 1000001 | 100101 |
Color Harmonies of #5C219D
Complementary color
Monochromatic Colors of #5C219D
Black with #5C219D
Text Example
Text Example
White with #5C219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C219D; }
p { color: rgb(92,33,157); }
H1.HeaderClassName
{
color: #5C219D;
}
.AnyTagClassName
{
color: #5C219D;
}
</style>
background-color css
<style>
a { background-color: #5C219D; }
a { background-color: rgb(92,33,157); }
div.DivClassName
{
background-color: #5C219D;
}
.BgClassName
{
background-color: #5C219D;
}
</style>
border-color css
<style>
span { border-color: #5C219D; }
span { border-color: rgb(92,33,157); }
td.TdClassName
{
border-color: #5C219D;
}
.TagClassName
{
border-color: #5C219D;
}
</style>