Shades of Honey Flower #55495C
Tints of Honey Flower #55495C
RGB
CMYK
RGB Variations
Color information
#55495C (or 0x55495C) is known color: Honey Flower. HEX triplet: 55, 49 and 5C. RGB value is (85,73,92). Sum of RGB (Red+Green+Blue) = 85+73+92=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #55495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495C is #AAB6A3. Grayscale: #4E4E4E. Windows color (decimal): -11187876 or 6048085. OLE color: 6048085.
HSL color Cylindrical-coordinate representation of color #55495C: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55495C is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 73 | 92 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.64 |
| HSL | 277.89º | 0.12% | 0.32% | - |
| HSV(B) | 277.89º | 0.21% | 0.36% | - |
| XYZ | 8.06 | 7.47 | 11.14 | - |
| YUV | 78.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 92 | 0.08 | 0.21 | 0 | 0.64 | 277.89 | 0.12 | 0.32 |
| Hex | 55 | 49 | 5C | 8 | 15 | 0 | 40 | 116 | C | 20 |
| Octal | 125 | 111 | 134 | 10 | 25 | 0 | 100 | 426 | 14 | 40 |
| Binary | 1010101 | 1001001 | 1011100 | 1000 | 10101 | 0 | 1000000 | 100010110 | 1100 | 100000 |
Color Harmonies of #55495C
Complementary color
Monochromatic Colors of #55495C
Black with #55495C
Text Example
Text Example
White with #55495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55495C; }
p { color: rgb(85,73,92); }
H1.HeaderClassName
{
color: #55495C;
}
.AnyTagClassName
{
color: #55495C;
}
</style>
background-color css
<style>
a { background-color: #55495C; }
a { background-color: rgb(85,73,92); }
div.DivClassName
{
background-color: #55495C;
}
.BgClassName
{
background-color: #55495C;
}
</style>
border-color css
<style>
span { border-color: #55495C; }
span { border-color: rgb(85,73,92); }
td.TdClassName
{
border-color: #55495C;
}
.TagClassName
{
border-color: #55495C;
}
</style>