Shades of Daisy Bush #5C4895
Tints of Daisy Bush #5C4895
RGB
CMYK
RGB Variations
Color information
#5C4895 (or 0x5C4895) is known color: Daisy Bush. HEX triplet: 5C, 48 and 95. RGB value is (92,72,149). Sum of RGB (Red+Green+Blue) = 92+72+149=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C4895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4895 is #A3B76A. Grayscale: #565656. Windows color (decimal): -10729323 or 9783388. OLE color: 9783388.
HSL color Cylindrical-coordinate representation of color #5C4895: hue angle of 255.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C4895 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 72 | 149 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.42 |
| HSL | 255.58º | 0.35% | 0.43% | - |
| HSV(B) | 255.58º | 0.52% | 0.58% | - |
| XYZ | 12.16 | 9.08 | 29.55 | - |
| YUV | 86.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 149 | 0.38 | 0.52 | 0 | 0.42 | 255.58 | 0.35 | 0.43 |
| Hex | 5C | 48 | 95 | 26 | 34 | 0 | 2A | 100 | 23 | 2B |
| Octal | 134 | 110 | 225 | 46 | 64 | 0 | 52 | 400 | 43 | 53 |
| Binary | 1011100 | 1001000 | 10010101 | 100110 | 110100 | 0 | 101010 | 100000000 | 100011 | 101011 |
Color Harmonies of #5C4895
Complementary color
Monochromatic Colors of #5C4895
Black with #5C4895
Text Example
Text Example
White with #5C4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4895; }
p { color: rgb(92,72,149); }
H1.HeaderClassName
{
color: #5C4895;
}
.AnyTagClassName
{
color: #5C4895;
}
</style>
background-color css
<style>
a { background-color: #5C4895; }
a { background-color: rgb(92,72,149); }
div.DivClassName
{
background-color: #5C4895;
}
.BgClassName
{
background-color: #5C4895;
}
</style>
border-color css
<style>
span { border-color: #5C4895; }
span { border-color: rgb(92,72,149); }
td.TdClassName
{
border-color: #5C4895;
}
.TagClassName
{
border-color: #5C4895;
}
</style>