Shades of Daisy Bush #5C289D
Tints of Daisy Bush #5C289D
RGB
CMYK
RGB Variations
Color information
#5C289D (or 0x5C289D) is known color: Daisy Bush. HEX triplet: 5C, 28 and 9D. RGB value is (92,40,157). Sum of RGB (Red+Green+Blue) = 92+40+157=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C289D is #A3D762. Grayscale: #444444. Windows color (decimal): -10737507 or 10299484. OLE color: 10299484.
HSL color Cylindrical-coordinate representation of color #5C289D: hue angle of 266.67º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C289D is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 40 | 157 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.38 |
| HSL | 266.67º | 0.59% | 0.39% | - |
| HSV(B) | 266.67º | 0.75% | 0.62% | - |
| XYZ | 11.26 | 6.23 | 32.51 | - |
| YUV | 68.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 157 | 0.41 | 0.75 | 0 | 0.38 | 266.67 | 0.59 | 0.39 |
| Hex | 5C | 28 | 9D | 29 | 4B | 0 | 26 | 10B | 3B | 27 |
| Octal | 134 | 50 | 235 | 51 | 113 | 0 | 46 | 413 | 73 | 47 |
| Binary | 1011100 | 101000 | 10011101 | 101001 | 1001011 | 0 | 100110 | 100001011 | 111011 | 100111 |
Color Harmonies of #5C289D
Complementary color
Monochromatic Colors of #5C289D
Black with #5C289D
Text Example
Text Example
White with #5C289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C289D; }
p { color: rgb(92,40,157); }
H1.HeaderClassName
{
color: #5C289D;
}
.AnyTagClassName
{
color: #5C289D;
}
</style>
background-color css
<style>
a { background-color: #5C289D; }
a { background-color: rgb(92,40,157); }
div.DivClassName
{
background-color: #5C289D;
}
.BgClassName
{
background-color: #5C289D;
}
</style>
border-color css
<style>
span { border-color: #5C289D; }
span { border-color: rgb(92,40,157); }
td.TdClassName
{
border-color: #5C289D;
}
.TagClassName
{
border-color: #5C289D;
}
</style>