Shades of Daisy Bush #55339B
Tints of Daisy Bush #55339B
RGB
CMYK
RGB Variations
Color information
#55339B (or 0x55339B) is known color: Daisy Bush. HEX triplet: 55, 33 and 9B. RGB value is (85,51,155). Sum of RGB (Red+Green+Blue) = 85+51+155=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #55339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55339B is #AACC64. Grayscale: #484848. Windows color (decimal): -11193445 or 10171221. OLE color: 10171221.
HSL color Cylindrical-coordinate representation of color #55339B: hue angle of 259.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55339B is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 51 | 155 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.39 |
| HSL | 259.62º | 0.5% | 0.4% | - |
| HSV(B) | 259.62º | 0.67% | 0.61% | - |
| XYZ | 10.85 | 6.67 | 31.73 | - |
| YUV | 73.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 155 | 0.45 | 0.67 | 0 | 0.39 | 259.62 | 0.5 | 0.4 |
| Hex | 55 | 33 | 9B | 2D | 43 | 0 | 27 | 104 | 32 | 28 |
| Octal | 125 | 63 | 233 | 55 | 103 | 0 | 47 | 404 | 62 | 50 |
| Binary | 1010101 | 110011 | 10011011 | 101101 | 1000011 | 0 | 100111 | 100000100 | 110010 | 101000 |
Color Harmonies of #55339B
Complementary color
Monochromatic Colors of #55339B
Black with #55339B
Text Example
Text Example
White with #55339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55339B; }
p { color: rgb(85,51,155); }
H1.HeaderClassName
{
color: #55339B;
}
.AnyTagClassName
{
color: #55339B;
}
</style>
background-color css
<style>
a { background-color: #55339B; }
a { background-color: rgb(85,51,155); }
div.DivClassName
{
background-color: #55339B;
}
.BgClassName
{
background-color: #55339B;
}
</style>
border-color css
<style>
span { border-color: #55339B; }
span { border-color: rgb(85,51,155); }
td.TdClassName
{
border-color: #55339B;
}
.TagClassName
{
border-color: #55339B;
}
</style>