Shades of Daisy Bush #55398C
Tints of Daisy Bush #55398C
RGB
CMYK
RGB Variations
Color information
#55398C (or 0x55398C) is known color: Daisy Bush. HEX triplet: 55, 39 and 8C. RGB value is (85,57,140). Sum of RGB (Red+Green+Blue) = 85+57+140=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #55398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55398C is #AAC673. Grayscale: #4A4A4A. Windows color (decimal): -11191924 or 9189717. OLE color: 9189717.
HSL color Cylindrical-coordinate representation of color #55398C: hue angle of 260.24º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55398C is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 57 | 140 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.45 |
| HSL | 260.24º | 0.42% | 0.39% | - |
| HSV(B) | 260.24º | 0.59% | 0.55% | - |
| XYZ | 9.94 | 6.75 | 25.59 | - |
| YUV | 74.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 140 | 0.39 | 0.59 | 0 | 0.45 | 260.24 | 0.42 | 0.39 |
| Hex | 55 | 39 | 8C | 27 | 3B | 0 | 2D | 104 | 2A | 27 |
| Octal | 125 | 71 | 214 | 47 | 73 | 0 | 55 | 404 | 52 | 47 |
| Binary | 1010101 | 111001 | 10001100 | 100111 | 111011 | 0 | 101101 | 100000100 | 101010 | 100111 |
Color Harmonies of #55398C
Complementary color
Monochromatic Colors of #55398C
Black with #55398C
Text Example
Text Example
White with #55398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55398C; }
p { color: rgb(85,57,140); }
H1.HeaderClassName
{
color: #55398C;
}
.AnyTagClassName
{
color: #55398C;
}
</style>
background-color css
<style>
a { background-color: #55398C; }
a { background-color: rgb(85,57,140); }
div.DivClassName
{
background-color: #55398C;
}
.BgClassName
{
background-color: #55398C;
}
</style>
border-color css
<style>
span { border-color: #55398C; }
span { border-color: rgb(85,57,140); }
td.TdClassName
{
border-color: #55398C;
}
.TagClassName
{
border-color: #55398C;
}
</style>