Shades of Daisy Bush #5C2E9C
Tints of Daisy Bush #5C2E9C
RGB
CMYK
RGB Variations
Color information
#5C2E9C (or 0x5C2E9C) is known color: Daisy Bush. HEX triplet: 5C, 2E and 9C. RGB value is (92,46,156). Sum of RGB (Red+Green+Blue) = 92+46+156=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C2E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E9C is #A3D163. Grayscale: #474747. Windows color (decimal): -10735972 or 10235484. OLE color: 10235484.
HSL color Cylindrical-coordinate representation of color #5C2E9C: hue angle of 265.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C2E9C is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 46 | 156 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.39 |
| HSL | 265.09º | 0.54% | 0.4% | - |
| HSV(B) | 265.09º | 0.71% | 0.61% | - |
| XYZ | 11.39 | 6.63 | 32.13 | - |
| YUV | 72.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 156 | 0.41 | 0.71 | 0 | 0.39 | 265.09 | 0.54 | 0.4 |
| Hex | 5C | 2E | 9C | 29 | 47 | 0 | 27 | 109 | 36 | 28 |
| Octal | 134 | 56 | 234 | 51 | 107 | 0 | 47 | 411 | 66 | 50 |
| Binary | 1011100 | 101110 | 10011100 | 101001 | 1000111 | 0 | 100111 | 100001001 | 110110 | 101000 |
Color Harmonies of #5C2E9C
Complementary color
Monochromatic Colors of #5C2E9C
Black with #5C2E9C
Text Example
Text Example
White with #5C2E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E9C; }
p { color: rgb(92,46,156); }
H1.HeaderClassName
{
color: #5C2E9C;
}
.AnyTagClassName
{
color: #5C2E9C;
}
</style>
background-color css
<style>
a { background-color: #5C2E9C; }
a { background-color: rgb(92,46,156); }
div.DivClassName
{
background-color: #5C2E9C;
}
.BgClassName
{
background-color: #5C2E9C;
}
</style>
border-color css
<style>
span { border-color: #5C2E9C; }
span { border-color: rgb(92,46,156); }
td.TdClassName
{
border-color: #5C2E9C;
}
.TagClassName
{
border-color: #5C2E9C;
}
</style>