Shades of Honey Flower #55356D
Tints of Honey Flower #55356D
RGB
CMYK
RGB Variations
Color information
#55356D (or 0x55356D) is known color: Honey Flower. HEX triplet: 55, 35 and 6D. RGB value is (85,53,109). Sum of RGB (Red+Green+Blue) = 85+53+109=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #55356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55356D is #AACA92. Grayscale: #444444. Windows color (decimal): -11192979 or 7157077. OLE color: 7157077.
HSL color Cylindrical-coordinate representation of color #55356D: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55356D is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 53 | 109 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.57 |
| HSL | 274.29º | 0.35% | 0.32% | - |
| HSV(B) | 274.29º | 0.51% | 0.43% | - |
| XYZ | 7.78 | 5.58 | 15.14 | - |
| YUV | 68.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 109 | 0.22 | 0.51 | 0 | 0.57 | 274.29 | 0.35 | 0.32 |
| Hex | 55 | 35 | 6D | 16 | 33 | 0 | 39 | 112 | 23 | 20 |
| Octal | 125 | 65 | 155 | 26 | 63 | 0 | 71 | 422 | 43 | 40 |
| Binary | 1010101 | 110101 | 1101101 | 10110 | 110011 | 0 | 111001 | 100010010 | 100011 | 100000 |
Color Harmonies of #55356D
Complementary color
Monochromatic Colors of #55356D
Black with #55356D
Text Example
Text Example
White with #55356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55356D; }
p { color: rgb(85,53,109); }
H1.HeaderClassName
{
color: #55356D;
}
.AnyTagClassName
{
color: #55356D;
}
</style>
background-color css
<style>
a { background-color: #55356D; }
a { background-color: rgb(85,53,109); }
div.DivClassName
{
background-color: #55356D;
}
.BgClassName
{
background-color: #55356D;
}
</style>
border-color css
<style>
span { border-color: #55356D; }
span { border-color: rgb(85,53,109); }
td.TdClassName
{
border-color: #55356D;
}
.TagClassName
{
border-color: #55356D;
}
</style>