Shades of Daisy Bush #5C458D
Tints of Daisy Bush #5C458D
RGB
CMYK
RGB Variations
Color information
#5C458D (or 0x5C458D) is known color: Daisy Bush. HEX triplet: 5C, 45 and 8D. RGB value is (92,69,141). Sum of RGB (Red+Green+Blue) = 92+69+141=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C458D is #A3BA72. Grayscale: #535353. Windows color (decimal): -10730099 or 9258332. OLE color: 9258332.
HSL color Cylindrical-coordinate representation of color #5C458D: hue angle of 259.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C458D is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 69 | 141 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.45 |
| HSL | 259.17º | 0.34% | 0.41% | - |
| HSV(B) | 259.17º | 0.51% | 0.55% | - |
| XYZ | 11.35 | 8.45 | 26.23 | - |
| YUV | 84.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 141 | 0.35 | 0.51 | 0 | 0.45 | 259.17 | 0.34 | 0.41 |
| Hex | 5C | 45 | 8D | 23 | 33 | 0 | 2D | 103 | 22 | 29 |
| Octal | 134 | 105 | 215 | 43 | 63 | 0 | 55 | 403 | 42 | 51 |
| Binary | 1011100 | 1000101 | 10001101 | 100011 | 110011 | 0 | 101101 | 100000011 | 100010 | 101001 |
Color Harmonies of #5C458D
Complementary color
Monochromatic Colors of #5C458D
Black with #5C458D
Text Example
Text Example
White with #5C458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C458D; }
p { color: rgb(92,69,141); }
H1.HeaderClassName
{
color: #5C458D;
}
.AnyTagClassName
{
color: #5C458D;
}
</style>
background-color css
<style>
a { background-color: #5C458D; }
a { background-color: rgb(92,69,141); }
div.DivClassName
{
background-color: #5C458D;
}
.BgClassName
{
background-color: #5C458D;
}
</style>
border-color css
<style>
span { border-color: #5C458D; }
span { border-color: rgb(92,69,141); }
td.TdClassName
{
border-color: #5C458D;
}
.TagClassName
{
border-color: #5C458D;
}
</style>