Shades of Daisy Bush #57289C
Tints of Daisy Bush #57289C
RGB
CMYK
RGB Variations
Color information
#57289C (or 0x57289C) is known color: Daisy Bush. HEX triplet: 57, 28 and 9C. RGB value is (87,40,156). Sum of RGB (Red+Green+Blue) = 87+40+156=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #57289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57289C is #A8D763. Grayscale: #424242. Windows color (decimal): -11065188 or 10233943. OLE color: 10233943.
HSL color Cylindrical-coordinate representation of color #57289C: hue angle of 264.31º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57289C is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 40 | 156 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.39 |
| HSL | 264.31º | 0.59% | 0.38% | - |
| HSV(B) | 264.31º | 0.74% | 0.61% | - |
| XYZ | 10.69 | 5.94 | 32.04 | - |
| YUV | 67.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 156 | 0.44 | 0.74 | 0 | 0.39 | 264.31 | 0.59 | 0.38 |
| Hex | 57 | 28 | 9C | 2C | 4A | 0 | 27 | 108 | 3B | 26 |
| Octal | 127 | 50 | 234 | 54 | 112 | 0 | 47 | 410 | 73 | 46 |
| Binary | 1010111 | 101000 | 10011100 | 101100 | 1001010 | 0 | 100111 | 100001000 | 111011 | 100110 |
Color Harmonies of #57289C
Complementary color
Monochromatic Colors of #57289C
Black with #57289C
Text Example
Text Example
White with #57289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57289C; }
p { color: rgb(87,40,156); }
H1.HeaderClassName
{
color: #57289C;
}
.AnyTagClassName
{
color: #57289C;
}
</style>
background-color css
<style>
a { background-color: #57289C; }
a { background-color: rgb(87,40,156); }
div.DivClassName
{
background-color: #57289C;
}
.BgClassName
{
background-color: #57289C;
}
</style>
border-color css
<style>
span { border-color: #57289C; }
span { border-color: rgb(87,40,156); }
td.TdClassName
{
border-color: #57289C;
}
.TagClassName
{
border-color: #57289C;
}
</style>