Shades of Daisy Bush #55389A
Tints of Daisy Bush #55389A
RGB
CMYK
RGB Variations
Color information
#55389A (or 0x55389A) is known color: Daisy Bush. HEX triplet: 55, 38 and 9A. RGB value is (85,56,154). Sum of RGB (Red+Green+Blue) = 85+56+154=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #55389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55389A is #AAC765. Grayscale: #4B4B4B. Windows color (decimal): -11192166 or 10106965. OLE color: 10106965.
HSL color Cylindrical-coordinate representation of color #55389A: hue angle of 257.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55389A is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 56 | 154 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.40 |
| HSL | 257.76º | 0.47% | 0.41% | - |
| HSV(B) | 257.76º | 0.64% | 0.6% | - |
| XYZ | 10.99 | 7.09 | 31.36 | - |
| YUV | 75.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 154 | 0.45 | 0.64 | 0 | 0.40 | 257.76 | 0.47 | 0.41 |
| Hex | 55 | 38 | 9A | 2D | 40 | 0 | 28 | 102 | 2F | 29 |
| Octal | 125 | 70 | 232 | 55 | 100 | 0 | 50 | 402 | 57 | 51 |
| Binary | 1010101 | 111000 | 10011010 | 101101 | 1000000 | 0 | 101000 | 100000010 | 101111 | 101001 |
Color Harmonies of #55389A
Complementary color
Monochromatic Colors of #55389A
Black with #55389A
Text Example
Text Example
White with #55389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55389A; }
p { color: rgb(85,56,154); }
H1.HeaderClassName
{
color: #55389A;
}
.AnyTagClassName
{
color: #55389A;
}
</style>
background-color css
<style>
a { background-color: #55389A; }
a { background-color: rgb(85,56,154); }
div.DivClassName
{
background-color: #55389A;
}
.BgClassName
{
background-color: #55389A;
}
</style>
border-color css
<style>
span { border-color: #55389A; }
span { border-color: rgb(85,56,154); }
td.TdClassName
{
border-color: #55389A;
}
.TagClassName
{
border-color: #55389A;
}
</style>