Shades of Daisy Bush #5C348E
Tints of Daisy Bush #5C348E
RGB
CMYK
RGB Variations
Color information
#5C348E (or 0x5C348E) is known color: Daisy Bush. HEX triplet: 5C, 34 and 8E. RGB value is (92,52,142). Sum of RGB (Red+Green+Blue) = 92+52+142=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C348E is #A3CB71. Grayscale: #494949. Windows color (decimal): -10734450 or 9319516. OLE color: 9319516.
HSL color Cylindrical-coordinate representation of color #5C348E: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C348E is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 52 | 142 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.44 |
| HSL | 266.67º | 0.46% | 0.38% | - |
| HSV(B) | 266.67º | 0.63% | 0.56% | - |
| XYZ | 10.52 | 6.68 | 26.33 | - |
| YUV | 74.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 142 | 0.35 | 0.63 | 0 | 0.44 | 266.67 | 0.46 | 0.38 |
| Hex | 5C | 34 | 8E | 23 | 3F | 0 | 2C | 10B | 2E | 26 |
| Octal | 134 | 64 | 216 | 43 | 77 | 0 | 54 | 413 | 56 | 46 |
| Binary | 1011100 | 110100 | 10001110 | 100011 | 111111 | 0 | 101100 | 100001011 | 101110 | 100110 |
Color Harmonies of #5C348E
Complementary color
Monochromatic Colors of #5C348E
Black with #5C348E
Text Example
Text Example
White with #5C348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C348E; }
p { color: rgb(92,52,142); }
H1.HeaderClassName
{
color: #5C348E;
}
.AnyTagClassName
{
color: #5C348E;
}
</style>
background-color css
<style>
a { background-color: #5C348E; }
a { background-color: rgb(92,52,142); }
div.DivClassName
{
background-color: #5C348E;
}
.BgClassName
{
background-color: #5C348E;
}
</style>
border-color css
<style>
span { border-color: #5C348E; }
span { border-color: rgb(92,52,142); }
td.TdClassName
{
border-color: #5C348E;
}
.TagClassName
{
border-color: #5C348E;
}
</style>