Shades of Daisy Bush #57279B
Tints of Daisy Bush #57279B
RGB
CMYK
RGB Variations
Color information
#57279B (or 0x57279B) is known color: Daisy Bush. HEX triplet: 57, 27 and 9B. RGB value is (87,39,155). Sum of RGB (Red+Green+Blue) = 87+39+155=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #57279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57279B is #A8D864. Grayscale: #424242. Windows color (decimal): -11065445 or 10168151. OLE color: 10168151.
HSL color Cylindrical-coordinate representation of color #57279B: hue angle of 264.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57279B is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 39 | 155 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.39 |
| HSL | 264.83º | 0.6% | 0.38% | - |
| HSV(B) | 264.83º | 0.75% | 0.61% | - |
| XYZ | 10.57 | 5.84 | 31.58 | - |
| YUV | 66.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 155 | 0.44 | 0.75 | 0 | 0.39 | 264.83 | 0.6 | 0.38 |
| Hex | 57 | 27 | 9B | 2C | 4B | 0 | 27 | 109 | 3C | 26 |
| Octal | 127 | 47 | 233 | 54 | 113 | 0 | 47 | 411 | 74 | 46 |
| Binary | 1010111 | 100111 | 10011011 | 101100 | 1001011 | 0 | 100111 | 100001001 | 111100 | 100110 |
Color Harmonies of #57279B
Complementary color
Monochromatic Colors of #57279B
Black with #57279B
Text Example
Text Example
White with #57279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57279B; }
p { color: rgb(87,39,155); }
H1.HeaderClassName
{
color: #57279B;
}
.AnyTagClassName
{
color: #57279B;
}
</style>
background-color css
<style>
a { background-color: #57279B; }
a { background-color: rgb(87,39,155); }
div.DivClassName
{
background-color: #57279B;
}
.BgClassName
{
background-color: #57279B;
}
</style>
border-color css
<style>
span { border-color: #57279B; }
span { border-color: rgb(87,39,155); }
td.TdClassName
{
border-color: #57279B;
}
.TagClassName
{
border-color: #57279B;
}
</style>