Shades of Daisy Bush #5535AA
Tints of Daisy Bush #5535AA
RGB
CMYK
RGB Variations
Color information
#5535AA (or 0x5535AA) is known color: Daisy Bush. HEX triplet: 55, 35 and AA. RGB value is (85,53,170). Sum of RGB (Red+Green+Blue) = 85+53+170=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #5535AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5535AA is #AACA55. Grayscale: #4B4B4B. Windows color (decimal): -11192918 or 11154773. OLE color: 11154773.
HSL color Cylindrical-coordinate representation of color #5535AA: hue angle of 256.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5535AA is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 53 | 170 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.33 |
| HSL | 256.41º | 0.52% | 0.44% | - |
| HSV(B) | 256.41º | 0.69% | 0.67% | - |
| XYZ | 12.28 | 7.38 | 38.81 | - |
| YUV | 75.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 170 | 0.50 | 0.69 | 0 | 0.33 | 256.41 | 0.52 | 0.44 |
| Hex | 55 | 35 | AA | 32 | 45 | 0 | 21 | 100 | 34 | 2C |
| Octal | 125 | 65 | 252 | 62 | 105 | 0 | 41 | 400 | 64 | 54 |
| Binary | 1010101 | 110101 | 10101010 | 110010 | 1000101 | 0 | 100001 | 100000000 | 110100 | 101100 |
Color Harmonies of #5535AA
Complementary color
Monochromatic Colors of #5535AA
Black with #5535AA
Text Example
Text Example
White with #5535AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535AA; }
p { color: rgb(85,53,170); }
H1.HeaderClassName
{
color: #5535AA;
}
.AnyTagClassName
{
color: #5535AA;
}
</style>
background-color css
<style>
a { background-color: #5535AA; }
a { background-color: rgb(85,53,170); }
div.DivClassName
{
background-color: #5535AA;
}
.BgClassName
{
background-color: #5535AA;
}
</style>
border-color css
<style>
span { border-color: #5535AA; }
span { border-color: rgb(85,53,170); }
td.TdClassName
{
border-color: #5535AA;
}
.TagClassName
{
border-color: #5535AA;
}
</style>