Shades of Daisy Bush #5C4392
Tints of Daisy Bush #5C4392
RGB
CMYK
RGB Variations
Color information
#5C4392 (or 0x5C4392) is known color: Daisy Bush. HEX triplet: 5C, 43 and 92. RGB value is (92,67,146). Sum of RGB (Red+Green+Blue) = 92+67+146=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C4392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4392 is #A3BC6D. Grayscale: #535353. Windows color (decimal): -10730606 or 9585500. OLE color: 9585500.
HSL color Cylindrical-coordinate representation of color #5C4392: hue angle of 258.99º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C4392 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 67 | 146 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.43 |
| HSL | 258.99º | 0.37% | 0.42% | - |
| HSV(B) | 258.99º | 0.54% | 0.57% | - |
| XYZ | 11.61 | 8.36 | 28.2 | - |
| YUV | 83.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 146 | 0.37 | 0.54 | 0 | 0.43 | 258.99 | 0.37 | 0.42 |
| Hex | 5C | 43 | 92 | 25 | 36 | 0 | 2B | 103 | 25 | 2A |
| Octal | 134 | 103 | 222 | 45 | 66 | 0 | 53 | 403 | 45 | 52 |
| Binary | 1011100 | 1000011 | 10010010 | 100101 | 110110 | 0 | 101011 | 100000011 | 100101 | 101010 |
Color Harmonies of #5C4392
Complementary color
Monochromatic Colors of #5C4392
Black with #5C4392
Text Example
Text Example
White with #5C4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4392; }
p { color: rgb(92,67,146); }
H1.HeaderClassName
{
color: #5C4392;
}
.AnyTagClassName
{
color: #5C4392;
}
</style>
background-color css
<style>
a { background-color: #5C4392; }
a { background-color: rgb(92,67,146); }
div.DivClassName
{
background-color: #5C4392;
}
.BgClassName
{
background-color: #5C4392;
}
</style>
border-color css
<style>
span { border-color: #5C4392; }
span { border-color: rgb(92,67,146); }
td.TdClassName
{
border-color: #5C4392;
}
.TagClassName
{
border-color: #5C4392;
}
</style>