Shades of Daisy Bush #5737A9
Tints of Daisy Bush #5737A9
RGB
CMYK
RGB Variations
Color information
#5737A9 (or 0x5737A9) is known color: Daisy Bush. HEX triplet: 57, 37 and A9. RGB value is (87,55,169). Sum of RGB (Red+Green+Blue) = 87+55+169=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #5737A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5737A9 is #A8C856. Grayscale: #4D4D4D. Windows color (decimal): -11061335 or 11089751. OLE color: 11089751.
HSL color Cylindrical-coordinate representation of color #5737A9: hue angle of 256.84º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5737A9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 55 | 169 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.34 |
| HSL | 256.84º | 0.51% | 0.44% | - |
| HSV(B) | 256.84º | 0.67% | 0.66% | - |
| XYZ | 12.46 | 7.62 | 38.35 | - |
| YUV | 77.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 169 | 0.49 | 0.67 | 0 | 0.34 | 256.84 | 0.51 | 0.44 |
| Hex | 57 | 37 | A9 | 31 | 43 | 0 | 22 | 101 | 33 | 2C |
| Octal | 127 | 67 | 251 | 61 | 103 | 0 | 42 | 401 | 63 | 54 |
| Binary | 1010111 | 110111 | 10101001 | 110001 | 1000011 | 0 | 100010 | 100000001 | 110011 | 101100 |
Color Harmonies of #5737A9
Complementary color
Monochromatic Colors of #5737A9
Black with #5737A9
Text Example
Text Example
White with #5737A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5737A9; }
p { color: rgb(87,55,169); }
H1.HeaderClassName
{
color: #5737A9;
}
.AnyTagClassName
{
color: #5737A9;
}
</style>
background-color css
<style>
a { background-color: #5737A9; }
a { background-color: rgb(87,55,169); }
div.DivClassName
{
background-color: #5737A9;
}
.BgClassName
{
background-color: #5737A9;
}
</style>
border-color css
<style>
span { border-color: #5737A9; }
span { border-color: rgb(87,55,169); }
td.TdClassName
{
border-color: #5737A9;
}
.TagClassName
{
border-color: #5737A9;
}
</style>