Shades of Daisy Bush #5C398B
Tints of Daisy Bush #5C398B
RGB
CMYK
RGB Variations
Color information
#5C398B (or 0x5C398B) is known color: Daisy Bush. HEX triplet: 5C, 39 and 8B. RGB value is (92,57,139). Sum of RGB (Red+Green+Blue) = 92+57+139=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C398B is #A3C674. Grayscale: #4C4C4C. Windows color (decimal): -10733173 or 9124188. OLE color: 9124188.
HSL color Cylindrical-coordinate representation of color #5C398B: hue angle of 265.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C398B is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 57 | 139 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.45 |
| HSL | 265.61º | 0.42% | 0.38% | - |
| HSV(B) | 265.61º | 0.59% | 0.55% | - |
| XYZ | 10.54 | 7.07 | 25.23 | - |
| YUV | 76.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 139 | 0.34 | 0.59 | 0 | 0.45 | 265.61 | 0.42 | 0.38 |
| Hex | 5C | 39 | 8B | 22 | 3B | 0 | 2D | 10A | 2A | 26 |
| Octal | 134 | 71 | 213 | 42 | 73 | 0 | 55 | 412 | 52 | 46 |
| Binary | 1011100 | 111001 | 10001011 | 100010 | 111011 | 0 | 101101 | 100001010 | 101010 | 100110 |
Color Harmonies of #5C398B
Complementary color
Monochromatic Colors of #5C398B
Black with #5C398B
Text Example
Text Example
White with #5C398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C398B; }
p { color: rgb(92,57,139); }
H1.HeaderClassName
{
color: #5C398B;
}
.AnyTagClassName
{
color: #5C398B;
}
</style>
background-color css
<style>
a { background-color: #5C398B; }
a { background-color: rgb(92,57,139); }
div.DivClassName
{
background-color: #5C398B;
}
.BgClassName
{
background-color: #5C398B;
}
</style>
border-color css
<style>
span { border-color: #5C398B; }
span { border-color: rgb(92,57,139); }
td.TdClassName
{
border-color: #5C398B;
}
.TagClassName
{
border-color: #5C398B;
}
</style>