Shades of Daisy Bush #5C4A9E
Tints of Daisy Bush #5C4A9E
RGB
CMYK
RGB Variations
Color information
#5C4A9E (or 0x5C4A9E) is known color: Daisy Bush. HEX triplet: 5C, 4A and 9E. RGB value is (92,74,158). Sum of RGB (Red+Green+Blue) = 92+74+158=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C4A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4A9E is #A3B561. Grayscale: #585858. Windows color (decimal): -10728802 or 10373724. OLE color: 10373724.
HSL color Cylindrical-coordinate representation of color #5C4A9E: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C4A9E is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 74 | 158 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.38 |
| HSL | 252.86º | 0.36% | 0.45% | - |
| HSV(B) | 252.86º | 0.53% | 0.62% | - |
| XYZ | 13.03 | 9.64 | 33.52 | - |
| YUV | 88.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 158 | 0.42 | 0.53 | 0 | 0.38 | 252.86 | 0.36 | 0.45 |
| Hex | 5C | 4A | 9E | 2A | 35 | 0 | 26 | FD | 24 | 2D |
| Octal | 134 | 112 | 236 | 52 | 65 | 0 | 46 | 375 | 44 | 55 |
| Binary | 1011100 | 1001010 | 10011110 | 101010 | 110101 | 0 | 100110 | 11111101 | 100100 | 101101 |
Color Harmonies of #5C4A9E
Complementary color
Monochromatic Colors of #5C4A9E
Black with #5C4A9E
Text Example
Text Example
White with #5C4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A9E; }
p { color: rgb(92,74,158); }
H1.HeaderClassName
{
color: #5C4A9E;
}
.AnyTagClassName
{
color: #5C4A9E;
}
</style>
background-color css
<style>
a { background-color: #5C4A9E; }
a { background-color: rgb(92,74,158); }
div.DivClassName
{
background-color: #5C4A9E;
}
.BgClassName
{
background-color: #5C4A9E;
}
</style>
border-color css
<style>
span { border-color: #5C4A9E; }
span { border-color: rgb(92,74,158); }
td.TdClassName
{
border-color: #5C4A9E;
}
.TagClassName
{
border-color: #5C4A9E;
}
</style>