Shades of Daisy Bush #5636A3
Tints of Daisy Bush #5636A3
RGB
CMYK
RGB Variations
Color information
#5636A3 (or 0x5636A3) is known color: Daisy Bush. HEX triplet: 56, 36 and A3. RGB value is (86,54,163). Sum of RGB (Red+Green+Blue) = 86+54+163=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #5636A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636A3 is #A9C95C. Grayscale: #4B4B4B. Windows color (decimal): -11127133 or 10696278. OLE color: 10696278.
HSL color Cylindrical-coordinate representation of color #5636A3: hue angle of 257.61º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5636A3 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 54 | 163 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.36 |
| HSL | 257.61º | 0.5% | 0.43% | - |
| HSV(B) | 257.61º | 0.67% | 0.64% | - |
| XYZ | 11.77 | 7.26 | 35.43 | - |
| YUV | 75.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 163 | 0.47 | 0.67 | 0 | 0.36 | 257.61 | 0.5 | 0.43 |
| Hex | 56 | 36 | A3 | 2F | 43 | 0 | 24 | 102 | 32 | 2B |
| Octal | 126 | 66 | 243 | 57 | 103 | 0 | 44 | 402 | 62 | 53 |
| Binary | 1010110 | 110110 | 10100011 | 101111 | 1000011 | 0 | 100100 | 100000010 | 110010 | 101011 |
Color Harmonies of #5636A3
Complementary color
Monochromatic Colors of #5636A3
Black with #5636A3
Text Example
Text Example
White with #5636A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636A3; }
p { color: rgb(86,54,163); }
H1.HeaderClassName
{
color: #5636A3;
}
.AnyTagClassName
{
color: #5636A3;
}
</style>
background-color css
<style>
a { background-color: #5636A3; }
a { background-color: rgb(86,54,163); }
div.DivClassName
{
background-color: #5636A3;
}
.BgClassName
{
background-color: #5636A3;
}
</style>
border-color css
<style>
span { border-color: #5636A3; }
span { border-color: rgb(86,54,163); }
td.TdClassName
{
border-color: #5636A3;
}
.TagClassName
{
border-color: #5636A3;
}
</style>