Shades of Daisy Bush #5C4698
Tints of Daisy Bush #5C4698
RGB
CMYK
RGB Variations
Color information
#5C4698 (or 0x5C4698) is known color: Daisy Bush. HEX triplet: 5C, 46 and 98. RGB value is (92,70,152). Sum of RGB (Red+Green+Blue) = 92+70+152=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4698 is #A3B967. Grayscale: #555555. Windows color (decimal): -10729832 or 9979484. OLE color: 9979484.
HSL color Cylindrical-coordinate representation of color #5C4698: hue angle of 256.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C4698 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 70 | 152 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.40 |
| HSL | 256.1º | 0.37% | 0.44% | - |
| HSV(B) | 256.1º | 0.54% | 0.6% | - |
| XYZ | 12.27 | 8.92 | 30.78 | - |
| YUV | 85.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 152 | 0.39 | 0.54 | 0 | 0.40 | 256.1 | 0.37 | 0.44 |
| Hex | 5C | 46 | 98 | 27 | 36 | 0 | 28 | 100 | 25 | 2C |
| Octal | 134 | 106 | 230 | 47 | 66 | 0 | 50 | 400 | 45 | 54 |
| Binary | 1011100 | 1000110 | 10011000 | 100111 | 110110 | 0 | 101000 | 100000000 | 100101 | 101100 |
Color Harmonies of #5C4698
Complementary color
Monochromatic Colors of #5C4698
Black with #5C4698
Text Example
Text Example
White with #5C4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4698; }
p { color: rgb(92,70,152); }
H1.HeaderClassName
{
color: #5C4698;
}
.AnyTagClassName
{
color: #5C4698;
}
</style>
background-color css
<style>
a { background-color: #5C4698; }
a { background-color: rgb(92,70,152); }
div.DivClassName
{
background-color: #5C4698;
}
.BgClassName
{
background-color: #5C4698;
}
</style>
border-color css
<style>
span { border-color: #5C4698; }
span { border-color: rgb(92,70,152); }
td.TdClassName
{
border-color: #5C4698;
}
.TagClassName
{
border-color: #5C4698;
}
</style>