Shades of Daisy Bush #5C2E9A
Tints of Daisy Bush #5C2E9A
RGB
CMYK
RGB Variations
Color information
#5C2E9A (or 0x5C2E9A) is known color: Daisy Bush. HEX triplet: 5C, 2E and 9A. RGB value is (92,46,154). Sum of RGB (Red+Green+Blue) = 92+46+154=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C2E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E9A is #A3D165. Grayscale: #474747. Windows color (decimal): -10735974 or 10104412. OLE color: 10104412.
HSL color Cylindrical-coordinate representation of color #5C2E9A: hue angle of 265.56º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C2E9A is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 46 | 154 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.40 |
| HSL | 265.56º | 0.54% | 0.39% | - |
| HSV(B) | 265.56º | 0.7% | 0.6% | - |
| XYZ | 11.22 | 6.56 | 31.25 | - |
| YUV | 72.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 154 | 0.40 | 0.70 | 0 | 0.40 | 265.56 | 0.54 | 0.39 |
| Hex | 5C | 2E | 9A | 28 | 46 | 0 | 28 | 10A | 36 | 27 |
| Octal | 134 | 56 | 232 | 50 | 106 | 0 | 50 | 412 | 66 | 47 |
| Binary | 1011100 | 101110 | 10011010 | 101000 | 1000110 | 0 | 101000 | 100001010 | 110110 | 100111 |
Color Harmonies of #5C2E9A
Complementary color
Monochromatic Colors of #5C2E9A
Black with #5C2E9A
Text Example
Text Example
White with #5C2E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E9A; }
p { color: rgb(92,46,154); }
H1.HeaderClassName
{
color: #5C2E9A;
}
.AnyTagClassName
{
color: #5C2E9A;
}
</style>
background-color css
<style>
a { background-color: #5C2E9A; }
a { background-color: rgb(92,46,154); }
div.DivClassName
{
background-color: #5C2E9A;
}
.BgClassName
{
background-color: #5C2E9A;
}
</style>
border-color css
<style>
span { border-color: #5C2E9A; }
span { border-color: rgb(92,46,154); }
td.TdClassName
{
border-color: #5C2E9A;
}
.TagClassName
{
border-color: #5C2E9A;
}
</style>