Shades of Daisy Bush #5737A8
Tints of Daisy Bush #5737A8
RGB
CMYK
RGB Variations
Color information
#5737A8 (or 0x5737A8) is known color: Daisy Bush. HEX triplet: 57, 37 and A8. RGB value is (87,55,168). Sum of RGB (Red+Green+Blue) = 87+55+168=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #5737A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5737A8 is #A8C857. Grayscale: #4D4D4D. Windows color (decimal): -11061336 or 11024215. OLE color: 11024215.
HSL color Cylindrical-coordinate representation of color #5737A8: hue angle of 256.99º 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 #5737A8 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 55 | 168 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.34 |
| HSL | 256.99º | 0.51% | 0.44% | - |
| HSV(B) | 256.99º | 0.67% | 0.66% | - |
| XYZ | 12.36 | 7.59 | 37.86 | - |
| YUV | 77.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 168 | 0.48 | 0.67 | 0 | 0.34 | 256.99 | 0.51 | 0.44 |
| Hex | 57 | 37 | A8 | 30 | 43 | 0 | 22 | 101 | 33 | 2C |
| Octal | 127 | 67 | 250 | 60 | 103 | 0 | 42 | 401 | 63 | 54 |
| Binary | 1010111 | 110111 | 10101000 | 110000 | 1000011 | 0 | 100010 | 100000001 | 110011 | 101100 |
Color Harmonies of #5737A8
Complementary color
Monochromatic Colors of #5737A8
Black with #5737A8
Text Example
Text Example
White with #5737A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5737A8; }
p { color: rgb(87,55,168); }
H1.HeaderClassName
{
color: #5737A8;
}
.AnyTagClassName
{
color: #5737A8;
}
</style>
background-color css
<style>
a { background-color: #5737A8; }
a { background-color: rgb(87,55,168); }
div.DivClassName
{
background-color: #5737A8;
}
.BgClassName
{
background-color: #5737A8;
}
</style>
border-color css
<style>
span { border-color: #5737A8; }
span { border-color: rgb(87,55,168); }
td.TdClassName
{
border-color: #5737A8;
}
.TagClassName
{
border-color: #5737A8;
}
</style>