Shades of Daisy Bush #57309A
Tints of Daisy Bush #57309A
RGB
CMYK
RGB Variations
Color information
#57309A (or 0x57309A) is known color: Daisy Bush. HEX triplet: 57, 30 and 9A. RGB value is (87,48,154). Sum of RGB (Red+Green+Blue) = 87+48+154=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #57309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57309A is #A8CF65. Grayscale: #474747. Windows color (decimal): -11063142 or 10104919. OLE color: 10104919.
HSL color Cylindrical-coordinate representation of color #57309A: hue angle of 262.08º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57309A is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 48 | 154 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.40 |
| HSL | 262.08º | 0.52% | 0.4% | - |
| HSV(B) | 262.08º | 0.69% | 0.6% | - |
| XYZ | 10.82 | 6.47 | 31.25 | - |
| YUV | 71.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 154 | 0.44 | 0.69 | 0 | 0.40 | 262.08 | 0.52 | 0.4 |
| Hex | 57 | 30 | 9A | 2C | 45 | 0 | 28 | 106 | 34 | 28 |
| Octal | 127 | 60 | 232 | 54 | 105 | 0 | 50 | 406 | 64 | 50 |
| Binary | 1010111 | 110000 | 10011010 | 101100 | 1000101 | 0 | 101000 | 100000110 | 110100 | 101000 |
Color Harmonies of #57309A
Complementary color
Monochromatic Colors of #57309A
Black with #57309A
Text Example
Text Example
White with #57309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57309A; }
p { color: rgb(87,48,154); }
H1.HeaderClassName
{
color: #57309A;
}
.AnyTagClassName
{
color: #57309A;
}
</style>
background-color css
<style>
a { background-color: #57309A; }
a { background-color: rgb(87,48,154); }
div.DivClassName
{
background-color: #57309A;
}
.BgClassName
{
background-color: #57309A;
}
</style>
border-color css
<style>
span { border-color: #57309A; }
span { border-color: rgb(87,48,154); }
td.TdClassName
{
border-color: #57309A;
}
.TagClassName
{
border-color: #57309A;
}
</style>