Shades of Daisy Bush #5640A1
Tints of Daisy Bush #5640A1
RGB
CMYK
RGB Variations
Color information
#5640A1 (or 0x5640A1) is known color: Daisy Bush. HEX triplet: 56, 40 and A1. RGB value is (86,64,161). Sum of RGB (Red+Green+Blue) = 86+64+161=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 161 (63.28% from 255 or 51.77% from 311); Max value from RGB is 161 - color contains mainly: blue. Hex color #5640A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5640A1 is #A9BF5E. Grayscale: #515151. Windows color (decimal): -11124575 or 10567766. OLE color: 10567766.
HSL color Cylindrical-coordinate representation of color #5640A1: hue angle of 253.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5640A1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 64 | 161 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.37 |
| HSL | 253.61º | 0.43% | 0.44% | - |
| HSV(B) | 253.61º | 0.6% | 0.63% | - |
| XYZ | 12.1 | 8.22 | 34.67 | - |
| YUV | 81.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 161 | 0.47 | 0.60 | 0 | 0.37 | 253.61 | 0.43 | 0.44 |
| Hex | 56 | 40 | A1 | 2F | 3C | 0 | 25 | FE | 2B | 2C |
| Octal | 126 | 100 | 241 | 57 | 74 | 0 | 45 | 376 | 53 | 54 |
| Binary | 1010110 | 1000000 | 10100001 | 101111 | 111100 | 0 | 100101 | 11111110 | 101011 | 101100 |
Color Harmonies of #5640A1
Complementary color
Monochromatic Colors of #5640A1
Black with #5640A1
Text Example
Text Example
White with #5640A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5640A1; }
p { color: rgb(86,64,161); }
H1.HeaderClassName
{
color: #5640A1;
}
.AnyTagClassName
{
color: #5640A1;
}
</style>
background-color css
<style>
a { background-color: #5640A1; }
a { background-color: rgb(86,64,161); }
div.DivClassName
{
background-color: #5640A1;
}
.BgClassName
{
background-color: #5640A1;
}
</style>
border-color css
<style>
span { border-color: #5640A1; }
span { border-color: rgb(86,64,161); }
td.TdClassName
{
border-color: #5640A1;
}
.TagClassName
{
border-color: #5640A1;
}
</style>