Shades of Daisy Bush #5C2895
Tints of Daisy Bush #5C2895
RGB
CMYK
RGB Variations
Color information
#5C2895 (or 0x5C2895) is known color: Daisy Bush. HEX triplet: 5C, 28 and 95. RGB value is (92,40,149). Sum of RGB (Red+Green+Blue) = 92+40+149=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2895 is #A3D76A. Grayscale: #434343. Windows color (decimal): -10737515 or 9775196. OLE color: 9775196.
HSL color Cylindrical-coordinate representation of color #5C2895: hue angle of 268.62º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2895 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 40 | 149 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.42 |
| HSL | 268.62º | 0.58% | 0.37% | - |
| HSV(B) | 268.62º | 0.73% | 0.58% | - |
| XYZ | 10.6 | 5.96 | 29.03 | - |
| YUV | 67.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 149 | 0.38 | 0.73 | 0 | 0.42 | 268.62 | 0.58 | 0.37 |
| Hex | 5C | 28 | 95 | 26 | 49 | 0 | 2A | 10D | 3A | 25 |
| Octal | 134 | 50 | 225 | 46 | 111 | 0 | 52 | 415 | 72 | 45 |
| Binary | 1011100 | 101000 | 10010101 | 100110 | 1001001 | 0 | 101010 | 100001101 | 111010 | 100101 |
Color Harmonies of #5C2895
Complementary color
Monochromatic Colors of #5C2895
Black with #5C2895
Text Example
Text Example
White with #5C2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2895; }
p { color: rgb(92,40,149); }
H1.HeaderClassName
{
color: #5C2895;
}
.AnyTagClassName
{
color: #5C2895;
}
</style>
background-color css
<style>
a { background-color: #5C2895; }
a { background-color: rgb(92,40,149); }
div.DivClassName
{
background-color: #5C2895;
}
.BgClassName
{
background-color: #5C2895;
}
</style>
border-color css
<style>
span { border-color: #5C2895; }
span { border-color: rgb(92,40,149); }
td.TdClassName
{
border-color: #5C2895;
}
.TagClassName
{
border-color: #5C2895;
}
</style>