Shades of Daisy Bush #5C398D
Tints of Daisy Bush #5C398D
RGB
CMYK
RGB Variations
Color information
#5C398D (or 0x5C398D) is known color: Daisy Bush. HEX triplet: 5C, 39 and 8D. RGB value is (92,57,141). Sum of RGB (Red+Green+Blue) = 92+57+141=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C398D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C398D is #A3C672. Grayscale: #4C4C4C. Windows color (decimal): -10733171 or 9255260. OLE color: 9255260.
HSL color Cylindrical-coordinate representation of color #5C398D: hue angle of 265º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C398D is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 57 | 141 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.45 |
| HSL | 265º | 0.42% | 0.39% | - |
| HSV(B) | 265º | 0.6% | 0.55% | - |
| XYZ | 10.68 | 7.12 | 26.01 | - |
| YUV | 77.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 141 | 0.35 | 0.60 | 0 | 0.45 | 265 | 0.42 | 0.39 |
| Hex | 5C | 39 | 8D | 23 | 3C | 0 | 2D | 109 | 2A | 27 |
| Octal | 134 | 71 | 215 | 43 | 74 | 0 | 55 | 411 | 52 | 47 |
| Binary | 1011100 | 111001 | 10001101 | 100011 | 111100 | 0 | 101101 | 100001001 | 101010 | 100111 |
Color Harmonies of #5C398D
Complementary color
Monochromatic Colors of #5C398D
Black with #5C398D
Text Example
Text Example
White with #5C398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C398D; }
p { color: rgb(92,57,141); }
H1.HeaderClassName
{
color: #5C398D;
}
.AnyTagClassName
{
color: #5C398D;
}
</style>
background-color css
<style>
a { background-color: #5C398D; }
a { background-color: rgb(92,57,141); }
div.DivClassName
{
background-color: #5C398D;
}
.BgClassName
{
background-color: #5C398D;
}
</style>
border-color css
<style>
span { border-color: #5C398D; }
span { border-color: rgb(92,57,141); }
td.TdClassName
{
border-color: #5C398D;
}
.TagClassName
{
border-color: #5C398D;
}
</style>