Shades of Daisy Bush #5C299D
Tints of Daisy Bush #5C299D
RGB
CMYK
RGB Variations
Color information
#5C299D (or 0x5C299D) is known color: Daisy Bush. HEX triplet: 5C, 29 and 9D. RGB value is (92,41,157). Sum of RGB (Red+Green+Blue) = 92+41+157=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C299D is #A3D662. Grayscale: #454545. Windows color (decimal): -10737251 or 10299740. OLE color: 10299740.
HSL color Cylindrical-coordinate representation of color #5C299D: hue angle of 266.38º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C299D is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 41 | 157 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.38 |
| HSL | 266.38º | 0.59% | 0.39% | - |
| HSV(B) | 266.38º | 0.74% | 0.62% | - |
| XYZ | 11.29 | 6.3 | 32.52 | - |
| YUV | 69.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 157 | 0.41 | 0.74 | 0 | 0.38 | 266.38 | 0.59 | 0.39 |
| Hex | 5C | 29 | 9D | 29 | 4A | 0 | 26 | 10A | 3B | 27 |
| Octal | 134 | 51 | 235 | 51 | 112 | 0 | 46 | 412 | 73 | 47 |
| Binary | 1011100 | 101001 | 10011101 | 101001 | 1001010 | 0 | 100110 | 100001010 | 111011 | 100111 |
Color Harmonies of #5C299D
Complementary color
Monochromatic Colors of #5C299D
Black with #5C299D
Text Example
Text Example
White with #5C299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C299D; }
p { color: rgb(92,41,157); }
H1.HeaderClassName
{
color: #5C299D;
}
.AnyTagClassName
{
color: #5C299D;
}
</style>
background-color css
<style>
a { background-color: #5C299D; }
a { background-color: rgb(92,41,157); }
div.DivClassName
{
background-color: #5C299D;
}
.BgClassName
{
background-color: #5C299D;
}
</style>
border-color css
<style>
span { border-color: #5C299D; }
span { border-color: rgb(92,41,157); }
td.TdClassName
{
border-color: #5C299D;
}
.TagClassName
{
border-color: #5C299D;
}
</style>