Shades of Daisy Bush #5C4A9C
Tints of Daisy Bush #5C4A9C
RGB
CMYK
RGB Variations
Color information
#5C4A9C (or 0x5C4A9C) is known color: Daisy Bush. HEX triplet: 5C, 4A and 9C. RGB value is (92,74,156). Sum of RGB (Red+Green+Blue) = 92+74+156=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C4A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4A9C is #A3B563. Grayscale: #585858. Windows color (decimal): -10728804 or 10242652. OLE color: 10242652.
HSL color Cylindrical-coordinate representation of color #5C4A9C: hue angle of 253.17º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C4A9C is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 74 | 156 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.39 |
| HSL | 253.17º | 0.36% | 0.45% | - |
| HSV(B) | 253.17º | 0.53% | 0.61% | - |
| XYZ | 12.86 | 9.57 | 32.62 | - |
| YUV | 88.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 156 | 0.41 | 0.53 | 0 | 0.39 | 253.17 | 0.36 | 0.45 |
| Hex | 5C | 4A | 9C | 29 | 35 | 0 | 27 | FD | 24 | 2D |
| Octal | 134 | 112 | 234 | 51 | 65 | 0 | 47 | 375 | 44 | 55 |
| Binary | 1011100 | 1001010 | 10011100 | 101001 | 110101 | 0 | 100111 | 11111101 | 100100 | 101101 |
Color Harmonies of #5C4A9C
Complementary color
Monochromatic Colors of #5C4A9C
Black with #5C4A9C
Text Example
Text Example
White with #5C4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A9C; }
p { color: rgb(92,74,156); }
H1.HeaderClassName
{
color: #5C4A9C;
}
.AnyTagClassName
{
color: #5C4A9C;
}
</style>
background-color css
<style>
a { background-color: #5C4A9C; }
a { background-color: rgb(92,74,156); }
div.DivClassName
{
background-color: #5C4A9C;
}
.BgClassName
{
background-color: #5C4A9C;
}
</style>
border-color css
<style>
span { border-color: #5C4A9C; }
span { border-color: rgb(92,74,156); }
td.TdClassName
{
border-color: #5C4A9C;
}
.TagClassName
{
border-color: #5C4A9C;
}
</style>