Shades of Daisy Bush #5C349C
Tints of Daisy Bush #5C349C
RGB
CMYK
RGB Variations
Color information
#5C349C (or 0x5C349C) is known color: Daisy Bush. HEX triplet: 5C, 34 and 9C. RGB value is (92,52,156). Sum of RGB (Red+Green+Blue) = 92+52+156=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C349C is #A3CB63. Grayscale: #4B4B4B. Windows color (decimal): -10734436 or 10237020. OLE color: 10237020.
HSL color Cylindrical-coordinate representation of color #5C349C: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C349C is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 52 | 156 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.39 |
| HSL | 263.08º | 0.5% | 0.41% | - |
| HSV(B) | 263.08º | 0.67% | 0.61% | - |
| XYZ | 11.64 | 7.13 | 32.22 | - |
| YUV | 75.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 156 | 0.41 | 0.67 | 0 | 0.39 | 263.08 | 0.5 | 0.41 |
| Hex | 5C | 34 | 9C | 29 | 43 | 0 | 27 | 107 | 32 | 29 |
| Octal | 134 | 64 | 234 | 51 | 103 | 0 | 47 | 407 | 62 | 51 |
| Binary | 1011100 | 110100 | 10011100 | 101001 | 1000011 | 0 | 100111 | 100000111 | 110010 | 101001 |
Color Harmonies of #5C349C
Complementary color
Monochromatic Colors of #5C349C
Black with #5C349C
Text Example
Text Example
White with #5C349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C349C; }
p { color: rgb(92,52,156); }
H1.HeaderClassName
{
color: #5C349C;
}
.AnyTagClassName
{
color: #5C349C;
}
</style>
background-color css
<style>
a { background-color: #5C349C; }
a { background-color: rgb(92,52,156); }
div.DivClassName
{
background-color: #5C349C;
}
.BgClassName
{
background-color: #5C349C;
}
</style>
border-color css
<style>
span { border-color: #5C349C; }
span { border-color: rgb(92,52,156); }
td.TdClassName
{
border-color: #5C349C;
}
.TagClassName
{
border-color: #5C349C;
}
</style>