Shades of Honey Flower #55356C
Tints of Honey Flower #55356C
RGB
CMYK
RGB Variations
Color information
#55356C (or 0x55356C) is known color: Honey Flower. HEX triplet: 55, 35 and 6C. RGB value is (85,53,108). Sum of RGB (Red+Green+Blue) = 85+53+108=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #55356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55356C is #AACA93. Grayscale: #444444. Windows color (decimal): -11192980 or 7091541. OLE color: 7091541.
HSL color Cylindrical-coordinate representation of color #55356C: hue angle of 274.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55356C is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 53 | 108 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.58 |
| HSL | 274.91º | 0.34% | 0.32% | - |
| HSV(B) | 274.91º | 0.51% | 0.42% | - |
| XYZ | 7.73 | 5.56 | 14.85 | - |
| YUV | 68.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 108 | 0.21 | 0.51 | 0 | 0.58 | 274.91 | 0.34 | 0.32 |
| Hex | 55 | 35 | 6C | 15 | 33 | 0 | 3A | 113 | 22 | 20 |
| Octal | 125 | 65 | 154 | 25 | 63 | 0 | 72 | 423 | 42 | 40 |
| Binary | 1010101 | 110101 | 1101100 | 10101 | 110011 | 0 | 111010 | 100010011 | 100010 | 100000 |
Color Harmonies of #55356C
Complementary color
Monochromatic Colors of #55356C
Black with #55356C
Text Example
Text Example
White with #55356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55356C; }
p { color: rgb(85,53,108); }
H1.HeaderClassName
{
color: #55356C;
}
.AnyTagClassName
{
color: #55356C;
}
</style>
background-color css
<style>
a { background-color: #55356C; }
a { background-color: rgb(85,53,108); }
div.DivClassName
{
background-color: #55356C;
}
.BgClassName
{
background-color: #55356C;
}
</style>
border-color css
<style>
span { border-color: #55356C; }
span { border-color: rgb(85,53,108); }
td.TdClassName
{
border-color: #55356C;
}
.TagClassName
{
border-color: #55356C;
}
</style>