Shades of Daisy Bush #5C3C99
Tints of Daisy Bush #5C3C99
RGB
CMYK
RGB Variations
Color information
#5C3C99 (or 0x5C3C99) is known color: Daisy Bush. HEX triplet: 5C, 3C and 99. RGB value is (92,60,153). Sum of RGB (Red+Green+Blue) = 92+60+153=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C3C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3C99 is #A3C366. Grayscale: #4F4F4F. Windows color (decimal): -10732391 or 10042460. OLE color: 10042460.
HSL color Cylindrical-coordinate representation of color #5C3C99: hue angle of 260.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C3C99 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 60 | 153 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.4 |
| HSL | 260.65º | 0.44% | 0.42% | - |
| HSV(B) | 260.65º | 0.61% | 0.6% | - |
| XYZ | 11.78 | 7.81 | 31.02 | - |
| YUV | 80.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 153 | 0.40 | 0.61 | 0 | 0.4 | 260.65 | 0.44 | 0.42 |
| Hex | 5C | 3C | 99 | 28 | 3D | 0 | 28 | 105 | 2C | 2A |
| Octal | 134 | 74 | 231 | 50 | 75 | 0 | 50 | 405 | 54 | 52 |
| Binary | 1011100 | 111100 | 10011001 | 101000 | 111101 | 0 | 101000 | 100000101 | 101100 | 101010 |
Color Harmonies of #5C3C99
Complementary color
Monochromatic Colors of #5C3C99
Black with #5C3C99
Text Example
Text Example
White with #5C3C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3C99; }
p { color: rgb(92,60,153); }
H1.HeaderClassName
{
color: #5C3C99;
}
.AnyTagClassName
{
color: #5C3C99;
}
</style>
background-color css
<style>
a { background-color: #5C3C99; }
a { background-color: rgb(92,60,153); }
div.DivClassName
{
background-color: #5C3C99;
}
.BgClassName
{
background-color: #5C3C99;
}
</style>
border-color css
<style>
span { border-color: #5C3C99; }
span { border-color: rgb(92,60,153); }
td.TdClassName
{
border-color: #5C3C99;
}
.TagClassName
{
border-color: #5C3C99;
}
</style>