Shades of Daisy Bush #57239F
Tints of Daisy Bush #57239F
RGB
CMYK
RGB Variations
Color information
#57239F (or 0x57239F) is known color: Daisy Bush. HEX triplet: 57, 23 and 9F. RGB value is (87,35,159). Sum of RGB (Red+Green+Blue) = 87+35+159=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #57239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57239F is #A8DC60. Grayscale: #404040. Windows color (decimal): -11066465 or 10429271. OLE color: 10429271.
HSL color Cylindrical-coordinate representation of color #57239F: hue angle of 265.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57239F is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 35 | 159 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.38 |
| HSL | 265.16º | 0.64% | 0.38% | - |
| HSV(B) | 265.16º | 0.78% | 0.62% | - |
| XYZ | 10.79 | 5.73 | 33.34 | - |
| YUV | 64.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 159 | 0.45 | 0.78 | 0 | 0.38 | 265.16 | 0.64 | 0.38 |
| Hex | 57 | 23 | 9F | 2D | 4E | 0 | 26 | 109 | 40 | 26 |
| Octal | 127 | 43 | 237 | 55 | 116 | 0 | 46 | 411 | 100 | 46 |
| Binary | 1010111 | 100011 | 10011111 | 101101 | 1001110 | 0 | 100110 | 100001001 | 1000000 | 100110 |
Color Harmonies of #57239F
Complementary color
Monochromatic Colors of #57239F
Black with #57239F
Text Example
Text Example
White with #57239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57239F; }
p { color: rgb(87,35,159); }
H1.HeaderClassName
{
color: #57239F;
}
.AnyTagClassName
{
color: #57239F;
}
</style>
background-color css
<style>
a { background-color: #57239F; }
a { background-color: rgb(87,35,159); }
div.DivClassName
{
background-color: #57239F;
}
.BgClassName
{
background-color: #57239F;
}
</style>
border-color css
<style>
span { border-color: #57239F; }
span { border-color: rgb(87,35,159); }
td.TdClassName
{
border-color: #57239F;
}
.TagClassName
{
border-color: #57239F;
}
</style>