Shades of Daisy Bush #5C468D
Tints of Daisy Bush #5C468D
RGB
CMYK
RGB Variations
Color information
#5C468D (or 0x5C468D) is known color: Daisy Bush. HEX triplet: 5C, 46 and 8D. RGB value is (92,70,141). Sum of RGB (Red+Green+Blue) = 92+70+141=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C468D is #A3B972. Grayscale: #545454. Windows color (decimal): -10729843 or 9258588. OLE color: 9258588.
HSL color Cylindrical-coordinate representation of color #5C468D: hue angle of 258.59º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C468D is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 70 | 141 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.45 |
| HSL | 258.59º | 0.34% | 0.41% | - |
| HSV(B) | 258.59º | 0.5% | 0.55% | - |
| XYZ | 11.41 | 8.58 | 26.25 | - |
| YUV | 84.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 141 | 0.35 | 0.50 | 0 | 0.45 | 258.59 | 0.34 | 0.41 |
| Hex | 5C | 46 | 8D | 23 | 32 | 0 | 2D | 103 | 22 | 29 |
| Octal | 134 | 106 | 215 | 43 | 62 | 0 | 55 | 403 | 42 | 51 |
| Binary | 1011100 | 1000110 | 10001101 | 100011 | 110010 | 0 | 101101 | 100000011 | 100010 | 101001 |
Color Harmonies of #5C468D
Complementary color
Monochromatic Colors of #5C468D
Black with #5C468D
Text Example
Text Example
White with #5C468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C468D; }
p { color: rgb(92,70,141); }
H1.HeaderClassName
{
color: #5C468D;
}
.AnyTagClassName
{
color: #5C468D;
}
</style>
background-color css
<style>
a { background-color: #5C468D; }
a { background-color: rgb(92,70,141); }
div.DivClassName
{
background-color: #5C468D;
}
.BgClassName
{
background-color: #5C468D;
}
</style>
border-color css
<style>
span { border-color: #5C468D; }
span { border-color: rgb(92,70,141); }
td.TdClassName
{
border-color: #5C468D;
}
.TagClassName
{
border-color: #5C468D;
}
</style>