Shades of Daisy Bush #55378A
Tints of Daisy Bush #55378A
RGB
CMYK
RGB Variations
Color information
#55378A (or 0x55378A) is known color: Daisy Bush. HEX triplet: 55, 37 and 8A. RGB value is (85,55,138). Sum of RGB (Red+Green+Blue) = 85+55+138=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #55378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55378A is #AAC875. Grayscale: #494949. Windows color (decimal): -11192438 or 9058133. OLE color: 9058133.
HSL color Cylindrical-coordinate representation of color #55378A: hue angle of 261.69º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55378A is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 55 | 138 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.46 |
| HSL | 261.69º | 0.43% | 0.38% | - |
| HSV(B) | 261.69º | 0.6% | 0.54% | - |
| XYZ | 9.7 | 6.5 | 24.79 | - |
| YUV | 73.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 138 | 0.38 | 0.60 | 0 | 0.46 | 261.69 | 0.43 | 0.38 |
| Hex | 55 | 37 | 8A | 26 | 3C | 0 | 2E | 106 | 2B | 26 |
| Octal | 125 | 67 | 212 | 46 | 74 | 0 | 56 | 406 | 53 | 46 |
| Binary | 1010101 | 110111 | 10001010 | 100110 | 111100 | 0 | 101110 | 100000110 | 101011 | 100110 |
Color Harmonies of #55378A
Complementary color
Monochromatic Colors of #55378A
Black with #55378A
Text Example
Text Example
White with #55378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55378A; }
p { color: rgb(85,55,138); }
H1.HeaderClassName
{
color: #55378A;
}
.AnyTagClassName
{
color: #55378A;
}
</style>
background-color css
<style>
a { background-color: #55378A; }
a { background-color: rgb(85,55,138); }
div.DivClassName
{
background-color: #55378A;
}
.BgClassName
{
background-color: #55378A;
}
</style>
border-color css
<style>
span { border-color: #55378A; }
span { border-color: rgb(85,55,138); }
td.TdClassName
{
border-color: #55378A;
}
.TagClassName
{
border-color: #55378A;
}
</style>