Shades of Daisy Bush #5636AA
Tints of Daisy Bush #5636AA
RGB
CMYK
RGB Variations
Color information
#5636AA (or 0x5636AA) is known color: Daisy Bush. HEX triplet: 56, 36 and AA. RGB value is (86,54,170). Sum of RGB (Red+Green+Blue) = 86+54+170=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5636AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636AA is #A9C955. Grayscale: #4C4C4C. Windows color (decimal): -11127126 or 11155030. OLE color: 11155030.
HSL color Cylindrical-coordinate representation of color #5636AA: hue angle of 256.55º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5636AA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 54 | 170 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.33 |
| HSL | 256.55º | 0.52% | 0.44% | - |
| HSV(B) | 256.55º | 0.68% | 0.67% | - |
| XYZ | 12.41 | 7.52 | 38.83 | - |
| YUV | 76.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 170 | 0.49 | 0.68 | 0 | 0.33 | 256.55 | 0.52 | 0.44 |
| Hex | 56 | 36 | AA | 31 | 44 | 0 | 21 | 101 | 34 | 2C |
| Octal | 126 | 66 | 252 | 61 | 104 | 0 | 41 | 401 | 64 | 54 |
| Binary | 1010110 | 110110 | 10101010 | 110001 | 1000100 | 0 | 100001 | 100000001 | 110100 | 101100 |
Color Harmonies of #5636AA
Complementary color
Monochromatic Colors of #5636AA
Black with #5636AA
Text Example
Text Example
White with #5636AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636AA; }
p { color: rgb(86,54,170); }
H1.HeaderClassName
{
color: #5636AA;
}
.AnyTagClassName
{
color: #5636AA;
}
</style>
background-color css
<style>
a { background-color: #5636AA; }
a { background-color: rgb(86,54,170); }
div.DivClassName
{
background-color: #5636AA;
}
.BgClassName
{
background-color: #5636AA;
}
</style>
border-color css
<style>
span { border-color: #5636AA; }
span { border-color: rgb(86,54,170); }
td.TdClassName
{
border-color: #5636AA;
}
.TagClassName
{
border-color: #5636AA;
}
</style>