Shades of Daisy Bush #5C4995
Tints of Daisy Bush #5C4995
RGB
CMYK
RGB Variations
Color information
#5C4995 (or 0x5C4995) is known color: Daisy Bush. HEX triplet: 5C, 49 and 95. RGB value is (92,73,149). Sum of RGB (Red+Green+Blue) = 92+73+149=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4995 is #A3B66A. Grayscale: #575757. Windows color (decimal): -10729067 or 9783644. OLE color: 9783644.
HSL color Cylindrical-coordinate representation of color #5C4995: hue angle of 255º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C4995 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 73 | 149 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.42 |
| HSL | 255º | 0.34% | 0.44% | - |
| HSV(B) | 255º | 0.51% | 0.58% | - |
| XYZ | 12.22 | 9.21 | 29.57 | - |
| YUV | 87.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 149 | 0.38 | 0.51 | 0 | 0.42 | 255 | 0.34 | 0.44 |
| Hex | 5C | 49 | 95 | 26 | 33 | 0 | 2A | FF | 22 | 2C |
| Octal | 134 | 111 | 225 | 46 | 63 | 0 | 52 | 377 | 42 | 54 |
| Binary | 1011100 | 1001001 | 10010101 | 100110 | 110011 | 0 | 101010 | 11111111 | 100010 | 101100 |
Color Harmonies of #5C4995
Complementary color
Monochromatic Colors of #5C4995
Black with #5C4995
Text Example
Text Example
White with #5C4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4995; }
p { color: rgb(92,73,149); }
H1.HeaderClassName
{
color: #5C4995;
}
.AnyTagClassName
{
color: #5C4995;
}
</style>
background-color css
<style>
a { background-color: #5C4995; }
a { background-color: rgb(92,73,149); }
div.DivClassName
{
background-color: #5C4995;
}
.BgClassName
{
background-color: #5C4995;
}
</style>
border-color css
<style>
span { border-color: #5C4995; }
span { border-color: rgb(92,73,149); }
td.TdClassName
{
border-color: #5C4995;
}
.TagClassName
{
border-color: #5C4995;
}
</style>