Shades of Daisy Bush #57309D
Tints of Daisy Bush #57309D
RGB
CMYK
RGB Variations
Color information
#57309D (or 0x57309D) is known color: Daisy Bush. HEX triplet: 57, 30 and 9D. RGB value is (87,48,157). Sum of RGB (Red+Green+Blue) = 87+48+157=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #57309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57309D is #A8CF62. Grayscale: #474747. Windows color (decimal): -11063139 or 10301527. OLE color: 10301527.
HSL color Cylindrical-coordinate representation of color #57309D: hue angle of 261.47º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57309D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 48 | 157 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.38 |
| HSL | 261.47º | 0.53% | 0.4% | - |
| HSV(B) | 261.47º | 0.69% | 0.62% | - |
| XYZ | 11.07 | 6.57 | 32.58 | - |
| YUV | 72.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 157 | 0.45 | 0.69 | 0 | 0.38 | 261.47 | 0.53 | 0.4 |
| Hex | 57 | 30 | 9D | 2D | 45 | 0 | 26 | 105 | 35 | 28 |
| Octal | 127 | 60 | 235 | 55 | 105 | 0 | 46 | 405 | 65 | 50 |
| Binary | 1010111 | 110000 | 10011101 | 101101 | 1000101 | 0 | 100110 | 100000101 | 110101 | 101000 |
Color Harmonies of #57309D
Complementary color
Monochromatic Colors of #57309D
Black with #57309D
Text Example
Text Example
White with #57309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57309D; }
p { color: rgb(87,48,157); }
H1.HeaderClassName
{
color: #57309D;
}
.AnyTagClassName
{
color: #57309D;
}
</style>
background-color css
<style>
a { background-color: #57309D; }
a { background-color: rgb(87,48,157); }
div.DivClassName
{
background-color: #57309D;
}
.BgClassName
{
background-color: #57309D;
}
</style>
border-color css
<style>
span { border-color: #57309D; }
span { border-color: rgb(87,48,157); }
td.TdClassName
{
border-color: #57309D;
}
.TagClassName
{
border-color: #57309D;
}
</style>