Shades of Daisy Bush #5535A4
Tints of Daisy Bush #5535A4
RGB
CMYK
RGB Variations
Color information
#5535A4 (or 0x5535A4) is known color: Daisy Bush. HEX triplet: 55, 35 and A4. RGB value is (85,53,164). Sum of RGB (Red+Green+Blue) = 85+53+164=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #5535A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5535A4 is #AACA5B. Grayscale: #4A4A4A. Windows color (decimal): -11192924 or 10761557. OLE color: 10761557.
HSL color Cylindrical-coordinate representation of color #5535A4: hue angle of 257.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5535A4 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 53 | 164 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.36 |
| HSL | 257.3º | 0.51% | 0.43% | - |
| HSV(B) | 257.3º | 0.68% | 0.64% | - |
| XYZ | 11.72 | 7.16 | 35.89 | - |
| YUV | 75.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 164 | 0.48 | 0.68 | 0 | 0.36 | 257.3 | 0.51 | 0.43 |
| Hex | 55 | 35 | A4 | 30 | 44 | 0 | 24 | 101 | 33 | 2B |
| Octal | 125 | 65 | 244 | 60 | 104 | 0 | 44 | 401 | 63 | 53 |
| Binary | 1010101 | 110101 | 10100100 | 110000 | 1000100 | 0 | 100100 | 100000001 | 110011 | 101011 |
Color Harmonies of #5535A4
Complementary color
Monochromatic Colors of #5535A4
Black with #5535A4
Text Example
Text Example
White with #5535A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535A4; }
p { color: rgb(85,53,164); }
H1.HeaderClassName
{
color: #5535A4;
}
.AnyTagClassName
{
color: #5535A4;
}
</style>
background-color css
<style>
a { background-color: #5535A4; }
a { background-color: rgb(85,53,164); }
div.DivClassName
{
background-color: #5535A4;
}
.BgClassName
{
background-color: #5535A4;
}
</style>
border-color css
<style>
span { border-color: #5535A4; }
span { border-color: rgb(85,53,164); }
td.TdClassName
{
border-color: #5535A4;
}
.TagClassName
{
border-color: #5535A4;
}
</style>