Shades of Daisy Bush #5736A2
Tints of Daisy Bush #5736A2
RGB
CMYK
RGB Variations
Color information
#5736A2 (or 0x5736A2) is known color: Daisy Bush. HEX triplet: 57, 36 and A2. RGB value is (87,54,162). Sum of RGB (Red+Green+Blue) = 87+54+162=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #5736A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5736A2 is #A8C95D. Grayscale: #4B4B4B. Windows color (decimal): -11061598 or 10630743. OLE color: 10630743.
HSL color Cylindrical-coordinate representation of color #5736A2: hue angle of 258.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5736A2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 54 | 162 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.36 |
| HSL | 258.33º | 0.5% | 0.42% | - |
| HSV(B) | 258.33º | 0.67% | 0.64% | - |
| XYZ | 11.77 | 7.27 | 34.97 | - |
| YUV | 76.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 162 | 0.46 | 0.67 | 0 | 0.36 | 258.33 | 0.5 | 0.42 |
| Hex | 57 | 36 | A2 | 2E | 43 | 0 | 24 | 102 | 32 | 2A |
| Octal | 127 | 66 | 242 | 56 | 103 | 0 | 44 | 402 | 62 | 52 |
| Binary | 1010111 | 110110 | 10100010 | 101110 | 1000011 | 0 | 100100 | 100000010 | 110010 | 101010 |
Color Harmonies of #5736A2
Complementary color
Monochromatic Colors of #5736A2
Black with #5736A2
Text Example
Text Example
White with #5736A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5736A2; }
p { color: rgb(87,54,162); }
H1.HeaderClassName
{
color: #5736A2;
}
.AnyTagClassName
{
color: #5736A2;
}
</style>
background-color css
<style>
a { background-color: #5736A2; }
a { background-color: rgb(87,54,162); }
div.DivClassName
{
background-color: #5736A2;
}
.BgClassName
{
background-color: #5736A2;
}
</style>
border-color css
<style>
span { border-color: #5736A2; }
span { border-color: rgb(87,54,162); }
td.TdClassName
{
border-color: #5736A2;
}
.TagClassName
{
border-color: #5736A2;
}
</style>