Shades of Daisy Bush #55359F
Tints of Daisy Bush #55359F
RGB
CMYK
RGB Variations
Color information
#55359F (or 0x55359F) is known color: Daisy Bush. HEX triplet: 55, 35 and 9F. RGB value is (85,53,159). Sum of RGB (Red+Green+Blue) = 85+53+159=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #55359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55359F is #AACA60. Grayscale: #4A4A4A. Windows color (decimal): -11192929 or 10433877. OLE color: 10433877.
HSL color Cylindrical-coordinate representation of color #55359F: hue angle of 258.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55359F is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 53 | 159 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.38 |
| HSL | 258.11º | 0.5% | 0.42% | - |
| HSV(B) | 258.11º | 0.67% | 0.62% | - |
| XYZ | 11.28 | 6.98 | 33.55 | - |
| YUV | 74.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 159 | 0.47 | 0.67 | 0 | 0.38 | 258.11 | 0.5 | 0.42 |
| Hex | 55 | 35 | 9F | 2F | 43 | 0 | 26 | 102 | 32 | 2A |
| Octal | 125 | 65 | 237 | 57 | 103 | 0 | 46 | 402 | 62 | 52 |
| Binary | 1010101 | 110101 | 10011111 | 101111 | 1000011 | 0 | 100110 | 100000010 | 110010 | 101010 |
Color Harmonies of #55359F
Complementary color
Monochromatic Colors of #55359F
Black with #55359F
Text Example
Text Example
White with #55359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55359F; }
p { color: rgb(85,53,159); }
H1.HeaderClassName
{
color: #55359F;
}
.AnyTagClassName
{
color: #55359F;
}
</style>
background-color css
<style>
a { background-color: #55359F; }
a { background-color: rgb(85,53,159); }
div.DivClassName
{
background-color: #55359F;
}
.BgClassName
{
background-color: #55359F;
}
</style>
border-color css
<style>
span { border-color: #55359F; }
span { border-color: rgb(85,53,159); }
td.TdClassName
{
border-color: #55359F;
}
.TagClassName
{
border-color: #55359F;
}
</style>