Shades of Daisy Bush #5C3692
Tints of Daisy Bush #5C3692
RGB
CMYK
RGB Variations
Color information
#5C3692 (or 0x5C3692) is known color: Daisy Bush. HEX triplet: 5C, 36 and 92. RGB value is (92,54,146). Sum of RGB (Red+Green+Blue) = 92+54+146=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C3692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3692 is #A3C96D. Grayscale: #4B4B4B. Windows color (decimal): -10733934 or 9582172. OLE color: 9582172.
HSL color Cylindrical-coordinate representation of color #5C3692: hue angle of 264.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C3692 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 54 | 146 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.43 |
| HSL | 264.78º | 0.46% | 0.39% | - |
| HSV(B) | 264.78º | 0.63% | 0.57% | - |
| XYZ | 10.92 | 6.99 | 27.97 | - |
| YUV | 75.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 146 | 0.37 | 0.63 | 0 | 0.43 | 264.78 | 0.46 | 0.39 |
| Hex | 5C | 36 | 92 | 25 | 3F | 0 | 2B | 109 | 2E | 27 |
| Octal | 134 | 66 | 222 | 45 | 77 | 0 | 53 | 411 | 56 | 47 |
| Binary | 1011100 | 110110 | 10010010 | 100101 | 111111 | 0 | 101011 | 100001001 | 101110 | 100111 |
Color Harmonies of #5C3692
Complementary color
Monochromatic Colors of #5C3692
Black with #5C3692
Text Example
Text Example
White with #5C3692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3692; }
p { color: rgb(92,54,146); }
H1.HeaderClassName
{
color: #5C3692;
}
.AnyTagClassName
{
color: #5C3692;
}
</style>
background-color css
<style>
a { background-color: #5C3692; }
a { background-color: rgb(92,54,146); }
div.DivClassName
{
background-color: #5C3692;
}
.BgClassName
{
background-color: #5C3692;
}
</style>
border-color css
<style>
span { border-color: #5C3692; }
span { border-color: rgb(92,54,146); }
td.TdClassName
{
border-color: #5C3692;
}
.TagClassName
{
border-color: #5C3692;
}
</style>