Shades of Daisy Bush #5C4388
Tints of Daisy Bush #5C4388
RGB
CMYK
RGB Variations
Color information
#5C4388 (or 0x5C4388) is known color: Daisy Bush. HEX triplet: 5C, 43 and 88. RGB value is (92,67,136). Sum of RGB (Red+Green+Blue) = 92+67+136=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C4388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4388 is #A3BC77. Grayscale: #525252. Windows color (decimal): -10730616 or 8930140. OLE color: 8930140.
HSL color Cylindrical-coordinate representation of color #5C4388: hue angle of 261.74º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C4388 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 67 | 136 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.47 |
| HSL | 261.74º | 0.34% | 0.4% | - |
| HSV(B) | 261.74º | 0.51% | 0.53% | - |
| XYZ | 10.86 | 8.07 | 24.28 | - |
| YUV | 82.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 136 | 0.32 | 0.51 | 0 | 0.47 | 261.74 | 0.34 | 0.4 |
| Hex | 5C | 43 | 88 | 20 | 33 | 0 | 2F | 106 | 22 | 28 |
| Octal | 134 | 103 | 210 | 40 | 63 | 0 | 57 | 406 | 42 | 50 |
| Binary | 1011100 | 1000011 | 10001000 | 100000 | 110011 | 0 | 101111 | 100000110 | 100010 | 101000 |
Color Harmonies of #5C4388
Complementary color
Monochromatic Colors of #5C4388
Black with #5C4388
Text Example
Text Example
White with #5C4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4388; }
p { color: rgb(92,67,136); }
H1.HeaderClassName
{
color: #5C4388;
}
.AnyTagClassName
{
color: #5C4388;
}
</style>
background-color css
<style>
a { background-color: #5C4388; }
a { background-color: rgb(92,67,136); }
div.DivClassName
{
background-color: #5C4388;
}
.BgClassName
{
background-color: #5C4388;
}
</style>
border-color css
<style>
span { border-color: #5C4388; }
span { border-color: rgb(92,67,136); }
td.TdClassName
{
border-color: #5C4388;
}
.TagClassName
{
border-color: #5C4388;
}
</style>