Shades of Honey Flower #55475D
Tints of Honey Flower #55475D
RGB
CMYK
RGB Variations
Color information
#55475D (or 0x55475D) is known color: Honey Flower. HEX triplet: 55, 47 and 5D. RGB value is (85,71,93). Sum of RGB (Red+Green+Blue) = 85+71+93=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #55475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55475D is #AAB8A2. Grayscale: #4D4D4D. Windows color (decimal): -11188387 or 6113109. OLE color: 6113109.
HSL color Cylindrical-coordinate representation of color #55475D: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55475D is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 71 | 93 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.64 |
| HSL | 278.18º | 0.13% | 0.32% | - |
| HSV(B) | 278.18º | 0.24% | 0.36% | - |
| XYZ | 7.98 | 7.23 | 11.33 | - |
| YUV | 77.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 93 | 0.09 | 0.24 | 0 | 0.64 | 278.18 | 0.13 | 0.32 |
| Hex | 55 | 47 | 5D | 9 | 18 | 0 | 40 | 116 | D | 20 |
| Octal | 125 | 107 | 135 | 11 | 30 | 0 | 100 | 426 | 15 | 40 |
| Binary | 1010101 | 1000111 | 1011101 | 1001 | 11000 | 0 | 1000000 | 100010110 | 1101 | 100000 |
Color Harmonies of #55475D
Complementary color
Monochromatic Colors of #55475D
Black with #55475D
Text Example
Text Example
White with #55475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55475D; }
p { color: rgb(85,71,93); }
H1.HeaderClassName
{
color: #55475D;
}
.AnyTagClassName
{
color: #55475D;
}
</style>
background-color css
<style>
a { background-color: #55475D; }
a { background-color: rgb(85,71,93); }
div.DivClassName
{
background-color: #55475D;
}
.BgClassName
{
background-color: #55475D;
}
</style>
border-color css
<style>
span { border-color: #55475D; }
span { border-color: rgb(85,71,93); }
td.TdClassName
{
border-color: #55475D;
}
.TagClassName
{
border-color: #55475D;
}
</style>