Shades of Daisy Bush #5535A3
Tints of Daisy Bush #5535A3
RGB
CMYK
RGB Variations
Color information
#5535A3 (or 0x5535A3) is known color: Daisy Bush. HEX triplet: 55, 35 and A3. RGB value is (85,53,163). Sum of RGB (Red+Green+Blue) = 85+53+163=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #5535A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5535A3 is #AACA5C. Grayscale: #4A4A4A. Windows color (decimal): -11192925 or 10696021. OLE color: 10696021.
HSL color Cylindrical-coordinate representation of color #5535A3: hue angle of 257.45º degrees, saturation: 0.51, 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 #5535A3 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 53 | 163 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.36 |
| HSL | 257.45º | 0.51% | 0.42% | - |
| HSV(B) | 257.45º | 0.67% | 0.64% | - |
| XYZ | 11.63 | 7.12 | 35.41 | - |
| YUV | 75.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 163 | 0.48 | 0.67 | 0 | 0.36 | 257.45 | 0.51 | 0.42 |
| Hex | 55 | 35 | A3 | 30 | 43 | 0 | 24 | 101 | 33 | 2A |
| Octal | 125 | 65 | 243 | 60 | 103 | 0 | 44 | 401 | 63 | 52 |
| Binary | 1010101 | 110101 | 10100011 | 110000 | 1000011 | 0 | 100100 | 100000001 | 110011 | 101010 |
Color Harmonies of #5535A3
Complementary color
Monochromatic Colors of #5535A3
Black with #5535A3
Text Example
Text Example
White with #5535A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535A3; }
p { color: rgb(85,53,163); }
H1.HeaderClassName
{
color: #5535A3;
}
.AnyTagClassName
{
color: #5535A3;
}
</style>
background-color css
<style>
a { background-color: #5535A3; }
a { background-color: rgb(85,53,163); }
div.DivClassName
{
background-color: #5535A3;
}
.BgClassName
{
background-color: #5535A3;
}
</style>
border-color css
<style>
span { border-color: #5535A3; }
span { border-color: rgb(85,53,163); }
td.TdClassName
{
border-color: #5535A3;
}
.TagClassName
{
border-color: #5535A3;
}
</style>