Shades of Daisy Bush #5C2C9E
Tints of Daisy Bush #5C2C9E
RGB
CMYK
RGB Variations
Color information
#5C2C9E (or 0x5C2C9E) is known color: Daisy Bush. HEX triplet: 5C, 2C and 9E. RGB value is (92,44,158). Sum of RGB (Red+Green+Blue) = 92+44+158=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C2C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2C9E is #A3D361. Grayscale: #464646. Windows color (decimal): -10736482 or 10366044. OLE color: 10366044.
HSL color Cylindrical-coordinate representation of color #5C2C9E: hue angle of 265.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C2C9E is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 44 | 158 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.38 |
| HSL | 265.26º | 0.56% | 0.4% | - |
| HSV(B) | 265.26º | 0.72% | 0.62% | - |
| XYZ | 11.49 | 6.55 | 33.01 | - |
| YUV | 71.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 158 | 0.42 | 0.72 | 0 | 0.38 | 265.26 | 0.56 | 0.4 |
| Hex | 5C | 2C | 9E | 2A | 48 | 0 | 26 | 109 | 38 | 28 |
| Octal | 134 | 54 | 236 | 52 | 110 | 0 | 46 | 411 | 70 | 50 |
| Binary | 1011100 | 101100 | 10011110 | 101010 | 1001000 | 0 | 100110 | 100001001 | 111000 | 101000 |
Color Harmonies of #5C2C9E
Complementary color
Monochromatic Colors of #5C2C9E
Black with #5C2C9E
Text Example
Text Example
White with #5C2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C9E; }
p { color: rgb(92,44,158); }
H1.HeaderClassName
{
color: #5C2C9E;
}
.AnyTagClassName
{
color: #5C2C9E;
}
</style>
background-color css
<style>
a { background-color: #5C2C9E; }
a { background-color: rgb(92,44,158); }
div.DivClassName
{
background-color: #5C2C9E;
}
.BgClassName
{
background-color: #5C2C9E;
}
</style>
border-color css
<style>
span { border-color: #5C2C9E; }
span { border-color: rgb(92,44,158); }
td.TdClassName
{
border-color: #5C2C9E;
}
.TagClassName
{
border-color: #5C2C9E;
}
</style>