Shades of Daisy Bush #5C4597
Tints of Daisy Bush #5C4597
RGB
CMYK
RGB Variations
Color information
#5C4597 (or 0x5C4597) is known color: Daisy Bush. HEX triplet: 5C, 45 and 97. RGB value is (92,69,151). Sum of RGB (Red+Green+Blue) = 92+69+151=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #5C4597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4597 is #A3BA68. Grayscale: #545454. Windows color (decimal): -10730089 or 9913692. OLE color: 9913692.
HSL color Cylindrical-coordinate representation of color #5C4597: hue angle of 256.83º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C4597 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 69 | 151 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.41 |
| HSL | 256.83º | 0.37% | 0.43% | - |
| HSV(B) | 256.83º | 0.54% | 0.59% | - |
| XYZ | 12.13 | 8.77 | 30.33 | - |
| YUV | 85.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 151 | 0.39 | 0.54 | 0 | 0.41 | 256.83 | 0.37 | 0.43 |
| Hex | 5C | 45 | 97 | 27 | 36 | 0 | 29 | 101 | 25 | 2B |
| Octal | 134 | 105 | 227 | 47 | 66 | 0 | 51 | 401 | 45 | 53 |
| Binary | 1011100 | 1000101 | 10010111 | 100111 | 110110 | 0 | 101001 | 100000001 | 100101 | 101011 |
Color Harmonies of #5C4597
Complementary color
Monochromatic Colors of #5C4597
Black with #5C4597
Text Example
Text Example
White with #5C4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4597; }
p { color: rgb(92,69,151); }
H1.HeaderClassName
{
color: #5C4597;
}
.AnyTagClassName
{
color: #5C4597;
}
</style>
background-color css
<style>
a { background-color: #5C4597; }
a { background-color: rgb(92,69,151); }
div.DivClassName
{
background-color: #5C4597;
}
.BgClassName
{
background-color: #5C4597;
}
</style>
border-color css
<style>
span { border-color: #5C4597; }
span { border-color: rgb(92,69,151); }
td.TdClassName
{
border-color: #5C4597;
}
.TagClassName
{
border-color: #5C4597;
}
</style>