Shades of Daisy Bush #55389C
Tints of Daisy Bush #55389C
RGB
CMYK
RGB Variations
Color information
#55389C (or 0x55389C) is known color: Daisy Bush. HEX triplet: 55, 38 and 9C. RGB value is (85,56,156). Sum of RGB (Red+Green+Blue) = 85+56+156=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #55389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55389C is #AAC763. Grayscale: #4B4B4B. Windows color (decimal): -11192164 or 10238037. OLE color: 10238037.
HSL color Cylindrical-coordinate representation of color #55389C: hue angle of 257.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55389C is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 56 | 156 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.39 |
| HSL | 257.4º | 0.47% | 0.42% | - |
| HSV(B) | 257.4º | 0.64% | 0.61% | - |
| XYZ | 11.16 | 7.16 | 32.25 | - |
| YUV | 76.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 156 | 0.46 | 0.64 | 0 | 0.39 | 257.4 | 0.47 | 0.42 |
| Hex | 55 | 38 | 9C | 2E | 40 | 0 | 27 | 101 | 2F | 2A |
| Octal | 125 | 70 | 234 | 56 | 100 | 0 | 47 | 401 | 57 | 52 |
| Binary | 1010101 | 111000 | 10011100 | 101110 | 1000000 | 0 | 100111 | 100000001 | 101111 | 101010 |
Color Harmonies of #55389C
Complementary color
Monochromatic Colors of #55389C
Black with #55389C
Text Example
Text Example
White with #55389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55389C; }
p { color: rgb(85,56,156); }
H1.HeaderClassName
{
color: #55389C;
}
.AnyTagClassName
{
color: #55389C;
}
</style>
background-color css
<style>
a { background-color: #55389C; }
a { background-color: rgb(85,56,156); }
div.DivClassName
{
background-color: #55389C;
}
.BgClassName
{
background-color: #55389C;
}
</style>
border-color css
<style>
span { border-color: #55389C; }
span { border-color: rgb(85,56,156); }
td.TdClassName
{
border-color: #55389C;
}
.TagClassName
{
border-color: #55389C;
}
</style>