Shades of Daisy Bush #5C338E
Tints of Daisy Bush #5C338E
RGB
CMYK
RGB Variations
Color information
#5C338E (or 0x5C338E) is known color: Daisy Bush. HEX triplet: 5C, 33 and 8E. RGB value is (92,51,142). Sum of RGB (Red+Green+Blue) = 92+51+142=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C338E is #A3CC71. Grayscale: #494949. Windows color (decimal): -10734706 or 9319260. OLE color: 9319260.
HSL color Cylindrical-coordinate representation of color #5C338E: hue angle of 267.03º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C338E is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 51 | 142 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.44 |
| HSL | 267.03º | 0.47% | 0.38% | - |
| HSV(B) | 267.03º | 0.64% | 0.56% | - |
| XYZ | 10.48 | 6.6 | 26.31 | - |
| YUV | 73.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 142 | 0.35 | 0.64 | 0 | 0.44 | 267.03 | 0.47 | 0.38 |
| Hex | 5C | 33 | 8E | 23 | 40 | 0 | 2C | 10B | 2F | 26 |
| Octal | 134 | 63 | 216 | 43 | 100 | 0 | 54 | 413 | 57 | 46 |
| Binary | 1011100 | 110011 | 10001110 | 100011 | 1000000 | 0 | 101100 | 100001011 | 101111 | 100110 |
Color Harmonies of #5C338E
Complementary color
Monochromatic Colors of #5C338E
Black with #5C338E
Text Example
Text Example
White with #5C338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C338E; }
p { color: rgb(92,51,142); }
H1.HeaderClassName
{
color: #5C338E;
}
.AnyTagClassName
{
color: #5C338E;
}
</style>
background-color css
<style>
a { background-color: #5C338E; }
a { background-color: rgb(92,51,142); }
div.DivClassName
{
background-color: #5C338E;
}
.BgClassName
{
background-color: #5C338E;
}
</style>
border-color css
<style>
span { border-color: #5C338E; }
span { border-color: rgb(92,51,142); }
td.TdClassName
{
border-color: #5C338E;
}
.TagClassName
{
border-color: #5C338E;
}
</style>