Shades of Daisy Bush #5C4494
Tints of Daisy Bush #5C4494
RGB
CMYK
RGB Variations
Color information
#5C4494 (or 0x5C4494) is known color: Daisy Bush. HEX triplet: 5C, 44 and 94. RGB value is (92,68,148). Sum of RGB (Red+Green+Blue) = 92+68+148=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C4494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4494 is #A3BB6B. Grayscale: #545454. Windows color (decimal): -10730348 or 9716828. OLE color: 9716828.
HSL color Cylindrical-coordinate representation of color #5C4494: hue angle of 258º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C4494 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 68 | 148 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.42 |
| HSL | 258º | 0.37% | 0.42% | - |
| HSV(B) | 258º | 0.54% | 0.58% | - |
| XYZ | 11.83 | 8.55 | 29.04 | - |
| YUV | 84.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 148 | 0.38 | 0.54 | 0 | 0.42 | 258 | 0.37 | 0.42 |
| Hex | 5C | 44 | 94 | 26 | 36 | 0 | 2A | 102 | 25 | 2A |
| Octal | 134 | 104 | 224 | 46 | 66 | 0 | 52 | 402 | 45 | 52 |
| Binary | 1011100 | 1000100 | 10010100 | 100110 | 110110 | 0 | 101010 | 100000010 | 100101 | 101010 |
Color Harmonies of #5C4494
Complementary color
Monochromatic Colors of #5C4494
Black with #5C4494
Text Example
Text Example
White with #5C4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4494; }
p { color: rgb(92,68,148); }
H1.HeaderClassName
{
color: #5C4494;
}
.AnyTagClassName
{
color: #5C4494;
}
</style>
background-color css
<style>
a { background-color: #5C4494; }
a { background-color: rgb(92,68,148); }
div.DivClassName
{
background-color: #5C4494;
}
.BgClassName
{
background-color: #5C4494;
}
</style>
border-color css
<style>
span { border-color: #5C4494; }
span { border-color: rgb(92,68,148); }
td.TdClassName
{
border-color: #5C4494;
}
.TagClassName
{
border-color: #5C4494;
}
</style>