Shades of Daisy Bush #55369B
Tints of Daisy Bush #55369B
RGB
CMYK
RGB Variations
Color information
#55369B (or 0x55369B) is known color: Daisy Bush. HEX triplet: 55, 36 and 9B. RGB value is (85,54,155). Sum of RGB (Red+Green+Blue) = 85+54+155=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #55369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55369B is #AAC964. Grayscale: #4A4A4A. Windows color (decimal): -11192677 or 10171989. OLE color: 10171989.
HSL color Cylindrical-coordinate representation of color #55369B: hue angle of 258.42º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55369B is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 54 | 155 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.39 |
| HSL | 258.42º | 0.48% | 0.41% | - |
| HSV(B) | 258.42º | 0.65% | 0.61% | - |
| XYZ | 10.98 | 6.94 | 31.77 | - |
| YUV | 74.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 155 | 0.45 | 0.65 | 0 | 0.39 | 258.42 | 0.48 | 0.41 |
| Hex | 55 | 36 | 9B | 2D | 41 | 0 | 27 | 102 | 30 | 29 |
| Octal | 125 | 66 | 233 | 55 | 101 | 0 | 47 | 402 | 60 | 51 |
| Binary | 1010101 | 110110 | 10011011 | 101101 | 1000001 | 0 | 100111 | 100000010 | 110000 | 101001 |
Color Harmonies of #55369B
Complementary color
Monochromatic Colors of #55369B
Black with #55369B
Text Example
Text Example
White with #55369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55369B; }
p { color: rgb(85,54,155); }
H1.HeaderClassName
{
color: #55369B;
}
.AnyTagClassName
{
color: #55369B;
}
</style>
background-color css
<style>
a { background-color: #55369B; }
a { background-color: rgb(85,54,155); }
div.DivClassName
{
background-color: #55369B;
}
.BgClassName
{
background-color: #55369B;
}
</style>
border-color css
<style>
span { border-color: #55369B; }
span { border-color: rgb(85,54,155); }
td.TdClassName
{
border-color: #55369B;
}
.TagClassName
{
border-color: #55369B;
}
</style>