Shades of Daisy Bush #55418F
Tints of Daisy Bush #55418F
RGB
CMYK
RGB Variations
Color information
#55418F (or 0x55418F) is known color: Daisy Bush. HEX triplet: 55, 41 and 8F. RGB value is (85,65,143). Sum of RGB (Red+Green+Blue) = 85+65+143=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #55418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418F is #AABE70. Grayscale: #4F4F4F. Windows color (decimal): -11189873 or 9388373. OLE color: 9388373.
HSL color Cylindrical-coordinate representation of color #55418F: hue angle of 255.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55418F is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 65 | 143 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.44 |
| HSL | 255.38º | 0.38% | 0.41% | - |
| HSV(B) | 255.38º | 0.55% | 0.56% | - |
| XYZ | 10.59 | 7.7 | 26.91 | - |
| YUV | 79.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 143 | 0.41 | 0.55 | 0 | 0.44 | 255.38 | 0.38 | 0.41 |
| Hex | 55 | 41 | 8F | 29 | 37 | 0 | 2C | FF | 26 | 29 |
| Octal | 125 | 101 | 217 | 51 | 67 | 0 | 54 | 377 | 46 | 51 |
| Binary | 1010101 | 1000001 | 10001111 | 101001 | 110111 | 0 | 101100 | 11111111 | 100110 | 101001 |
Color Harmonies of #55418F
Complementary color
Monochromatic Colors of #55418F
Black with #55418F
Text Example
Text Example
White with #55418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55418F; }
p { color: rgb(85,65,143); }
H1.HeaderClassName
{
color: #55418F;
}
.AnyTagClassName
{
color: #55418F;
}
</style>
background-color css
<style>
a { background-color: #55418F; }
a { background-color: rgb(85,65,143); }
div.DivClassName
{
background-color: #55418F;
}
.BgClassName
{
background-color: #55418F;
}
</style>
border-color css
<style>
span { border-color: #55418F; }
span { border-color: rgb(85,65,143); }
td.TdClassName
{
border-color: #55418F;
}
.TagClassName
{
border-color: #55418F;
}
</style>