Shades of Daisy Bush #55369F
Tints of Daisy Bush #55369F
RGB
CMYK
RGB Variations
Color information
#55369F (or 0x55369F) is known color: Daisy Bush. HEX triplet: 55, 36 and 9F. RGB value is (85,54,159). Sum of RGB (Red+Green+Blue) = 85+54+159=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #55369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55369F is #AAC960. Grayscale: #4A4A4A. Windows color (decimal): -11192673 or 10434133. OLE color: 10434133.
HSL color Cylindrical-coordinate representation of color #55369F: hue angle of 257.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55369F is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 54 | 159 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.38 |
| HSL | 257.71º | 0.49% | 0.42% | - |
| HSV(B) | 257.71º | 0.66% | 0.62% | - |
| XYZ | 11.32 | 7.07 | 33.57 | - |
| YUV | 75.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 159 | 0.47 | 0.66 | 0 | 0.38 | 257.71 | 0.49 | 0.42 |
| Hex | 55 | 36 | 9F | 2F | 42 | 0 | 26 | 102 | 31 | 2A |
| Octal | 125 | 66 | 237 | 57 | 102 | 0 | 46 | 402 | 61 | 52 |
| Binary | 1010101 | 110110 | 10011111 | 101111 | 1000010 | 0 | 100110 | 100000010 | 110001 | 101010 |
Color Harmonies of #55369F
Complementary color
Monochromatic Colors of #55369F
Black with #55369F
Text Example
Text Example
White with #55369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55369F; }
p { color: rgb(85,54,159); }
H1.HeaderClassName
{
color: #55369F;
}
.AnyTagClassName
{
color: #55369F;
}
</style>
background-color css
<style>
a { background-color: #55369F; }
a { background-color: rgb(85,54,159); }
div.DivClassName
{
background-color: #55369F;
}
.BgClassName
{
background-color: #55369F;
}
</style>
border-color css
<style>
span { border-color: #55369F; }
span { border-color: rgb(85,54,159); }
td.TdClassName
{
border-color: #55369F;
}
.TagClassName
{
border-color: #55369F;
}
</style>