Shades of Daisy Bush #5C389E
Tints of Daisy Bush #5C389E
RGB
CMYK
RGB Variations
Color information
#5C389E (or 0x5C389E) is known color: Daisy Bush. HEX triplet: 5C, 38 and 9E. RGB value is (92,56,158). Sum of RGB (Red+Green+Blue) = 92+56+158=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C389E is #A3C761. Grayscale: #4E4E4E. Windows color (decimal): -10733410 or 10369116. OLE color: 10369116.
HSL color Cylindrical-coordinate representation of color #5C389E: hue angle of 261.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C389E is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 56 | 158 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.38 |
| HSL | 261.18º | 0.48% | 0.42% | - |
| HSV(B) | 261.18º | 0.65% | 0.62% | - |
| XYZ | 12 | 7.57 | 33.18 | - |
| YUV | 78.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 158 | 0.42 | 0.65 | 0 | 0.38 | 261.18 | 0.48 | 0.42 |
| Hex | 5C | 38 | 9E | 2A | 41 | 0 | 26 | 105 | 30 | 2A |
| Octal | 134 | 70 | 236 | 52 | 101 | 0 | 46 | 405 | 60 | 52 |
| Binary | 1011100 | 111000 | 10011110 | 101010 | 1000001 | 0 | 100110 | 100000101 | 110000 | 101010 |
Color Harmonies of #5C389E
Complementary color
Monochromatic Colors of #5C389E
Black with #5C389E
Text Example
Text Example
White with #5C389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C389E; }
p { color: rgb(92,56,158); }
H1.HeaderClassName
{
color: #5C389E;
}
.AnyTagClassName
{
color: #5C389E;
}
</style>
background-color css
<style>
a { background-color: #5C389E; }
a { background-color: rgb(92,56,158); }
div.DivClassName
{
background-color: #5C389E;
}
.BgClassName
{
background-color: #5C389E;
}
</style>
border-color css
<style>
span { border-color: #5C389E; }
span { border-color: rgb(92,56,158); }
td.TdClassName
{
border-color: #5C389E;
}
.TagClassName
{
border-color: #5C389E;
}
</style>