Shades of Daisy Bush #55388A
Tints of Daisy Bush #55388A
RGB
CMYK
RGB Variations
Color information
#55388A (or 0x55388A) is known color: Daisy Bush. HEX triplet: 55, 38 and 8A. RGB value is (85,56,138). Sum of RGB (Red+Green+Blue) = 85+56+138=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #55388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55388A is #AAC775. Grayscale: #494949. Windows color (decimal): -11192182 or 9058389. OLE color: 9058389.
HSL color Cylindrical-coordinate representation of color #55388A: hue angle of 261.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55388A is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 56 | 138 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.46 |
| HSL | 261.22º | 0.42% | 0.38% | - |
| HSV(B) | 261.22º | 0.59% | 0.54% | - |
| XYZ | 9.75 | 6.59 | 24.8 | - |
| YUV | 74.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 138 | 0.38 | 0.59 | 0 | 0.46 | 261.22 | 0.42 | 0.38 |
| Hex | 55 | 38 | 8A | 26 | 3B | 0 | 2E | 105 | 2A | 26 |
| Octal | 125 | 70 | 212 | 46 | 73 | 0 | 56 | 405 | 52 | 46 |
| Binary | 1010101 | 111000 | 10001010 | 100110 | 111011 | 0 | 101110 | 100000101 | 101010 | 100110 |
Color Harmonies of #55388A
Complementary color
Monochromatic Colors of #55388A
Black with #55388A
Text Example
Text Example
White with #55388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55388A; }
p { color: rgb(85,56,138); }
H1.HeaderClassName
{
color: #55388A;
}
.AnyTagClassName
{
color: #55388A;
}
</style>
background-color css
<style>
a { background-color: #55388A; }
a { background-color: rgb(85,56,138); }
div.DivClassName
{
background-color: #55388A;
}
.BgClassName
{
background-color: #55388A;
}
</style>
border-color css
<style>
span { border-color: #55388A; }
span { border-color: rgb(85,56,138); }
td.TdClassName
{
border-color: #55388A;
}
.TagClassName
{
border-color: #55388A;
}
</style>