Shades of Daisy Bush #57339F
Tints of Daisy Bush #57339F
RGB
CMYK
RGB Variations
Color information
#57339F (or 0x57339F) is known color: Daisy Bush. HEX triplet: 57, 33 and 9F. RGB value is (87,51,159). Sum of RGB (Red+Green+Blue) = 87+51+159=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #57339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57339F is #A8CC60. Grayscale: #494949. Windows color (decimal): -11062369 or 10433367. OLE color: 10433367.
HSL color Cylindrical-coordinate representation of color #57339F: hue angle of 260º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57339F is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 51 | 159 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.38 |
| HSL | 260º | 0.51% | 0.41% | - |
| HSV(B) | 260º | 0.68% | 0.62% | - |
| XYZ | 11.37 | 6.9 | 33.53 | - |
| YUV | 74.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 159 | 0.45 | 0.68 | 0 | 0.38 | 260 | 0.51 | 0.41 |
| Hex | 57 | 33 | 9F | 2D | 44 | 0 | 26 | 104 | 33 | 29 |
| Octal | 127 | 63 | 237 | 55 | 104 | 0 | 46 | 404 | 63 | 51 |
| Binary | 1010111 | 110011 | 10011111 | 101101 | 1000100 | 0 | 100110 | 100000100 | 110011 | 101001 |
Color Harmonies of #57339F
Complementary color
Monochromatic Colors of #57339F
Black with #57339F
Text Example
Text Example
White with #57339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57339F; }
p { color: rgb(87,51,159); }
H1.HeaderClassName
{
color: #57339F;
}
.AnyTagClassName
{
color: #57339F;
}
</style>
background-color css
<style>
a { background-color: #57339F; }
a { background-color: rgb(87,51,159); }
div.DivClassName
{
background-color: #57339F;
}
.BgClassName
{
background-color: #57339F;
}
</style>
border-color css
<style>
span { border-color: #57339F; }
span { border-color: rgb(87,51,159); }
td.TdClassName
{
border-color: #57339F;
}
.TagClassName
{
border-color: #57339F;
}
</style>