Shades of Honey Flower #55376D
Tints of Honey Flower #55376D
RGB
CMYK
RGB Variations
Color information
#55376D (or 0x55376D) is known color: Honey Flower. HEX triplet: 55, 37 and 6D. RGB value is (85,55,109). Sum of RGB (Red+Green+Blue) = 85+55+109=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #55376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55376D is #AAC892. Grayscale: #454545. Windows color (decimal): -11192467 or 7157589. OLE color: 7157589.
HSL color Cylindrical-coordinate representation of color #55376D: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55376D is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 55 | 109 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.57 |
| HSL | 273.33º | 0.33% | 0.32% | - |
| HSV(B) | 273.33º | 0.5% | 0.43% | - |
| XYZ | 7.87 | 5.77 | 15.17 | - |
| YUV | 70.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 109 | 0.22 | 0.50 | 0 | 0.57 | 273.33 | 0.33 | 0.32 |
| Hex | 55 | 37 | 6D | 16 | 32 | 0 | 39 | 111 | 21 | 20 |
| Octal | 125 | 67 | 155 | 26 | 62 | 0 | 71 | 421 | 41 | 40 |
| Binary | 1010101 | 110111 | 1101101 | 10110 | 110010 | 0 | 111001 | 100010001 | 100001 | 100000 |
Color Harmonies of #55376D
Complementary color
Monochromatic Colors of #55376D
Black with #55376D
Text Example
Text Example
White with #55376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55376D; }
p { color: rgb(85,55,109); }
H1.HeaderClassName
{
color: #55376D;
}
.AnyTagClassName
{
color: #55376D;
}
</style>
background-color css
<style>
a { background-color: #55376D; }
a { background-color: rgb(85,55,109); }
div.DivClassName
{
background-color: #55376D;
}
.BgClassName
{
background-color: #55376D;
}
</style>
border-color css
<style>
span { border-color: #55376D; }
span { border-color: rgb(85,55,109); }
td.TdClassName
{
border-color: #55376D;
}
.TagClassName
{
border-color: #55376D;
}
</style>