Shades of Daisy Bush #5539AB
Tints of Daisy Bush #5539AB
RGB
CMYK
RGB Variations
Color information
#5539AB (or 0x5539AB) is known color: Daisy Bush. HEX triplet: 55, 39 and AB. RGB value is (85,57,171). Sum of RGB (Red+Green+Blue) = 85+57+171=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #5539AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5539AB is #AAC654. Grayscale: #4D4D4D. Windows color (decimal): -11191893 or 11221333. OLE color: 11221333.
HSL color Cylindrical-coordinate representation of color #5539AB: hue angle of 254.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5539AB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 57 | 171 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.33 |
| HSL | 254.74º | 0.5% | 0.45% | - |
| HSV(B) | 254.74º | 0.67% | 0.67% | - |
| XYZ | 12.56 | 7.8 | 39.37 | - |
| YUV | 78.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 171 | 0.50 | 0.67 | 0 | 0.33 | 254.74 | 0.5 | 0.45 |
| Hex | 55 | 39 | AB | 32 | 43 | 0 | 21 | FF | 32 | 2D |
| Octal | 125 | 71 | 253 | 62 | 103 | 0 | 41 | 377 | 62 | 55 |
| Binary | 1010101 | 111001 | 10101011 | 110010 | 1000011 | 0 | 100001 | 11111111 | 110010 | 101101 |
Color Harmonies of #5539AB
Complementary color
Monochromatic Colors of #5539AB
Black with #5539AB
Text Example
Text Example
White with #5539AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539AB; }
p { color: rgb(85,57,171); }
H1.HeaderClassName
{
color: #5539AB;
}
.AnyTagClassName
{
color: #5539AB;
}
</style>
background-color css
<style>
a { background-color: #5539AB; }
a { background-color: rgb(85,57,171); }
div.DivClassName
{
background-color: #5539AB;
}
.BgClassName
{
background-color: #5539AB;
}
</style>
border-color css
<style>
span { border-color: #5539AB; }
span { border-color: rgb(85,57,171); }
td.TdClassName
{
border-color: #5539AB;
}
.TagClassName
{
border-color: #5539AB;
}
</style>