Shades of Honey Flower #55455D
Tints of Honey Flower #55455D
RGB
CMYK
RGB Variations
Color information
#55455D (or 0x55455D) is known color: Honey Flower. HEX triplet: 55, 45 and 5D. RGB value is (85,69,93). Sum of RGB (Red+Green+Blue) = 85+69+93=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #55455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455D is #AABAA2. Grayscale: #4C4C4C. Windows color (decimal): -11188899 or 6112597. OLE color: 6112597.
HSL color Cylindrical-coordinate representation of color #55455D: hue angle of 280º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55455D is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 69 | 93 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.64 |
| HSL | 280º | 0.15% | 0.32% | - |
| HSV(B) | 280º | 0.26% | 0.36% | - |
| XYZ | 7.85 | 6.98 | 11.29 | - |
| YUV | 76.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 93 | 0.09 | 0.26 | 0 | 0.64 | 280 | 0.15 | 0.32 |
| Hex | 55 | 45 | 5D | 9 | 1A | 0 | 40 | 118 | F | 20 |
| Octal | 125 | 105 | 135 | 11 | 32 | 0 | 100 | 430 | 17 | 40 |
| Binary | 1010101 | 1000101 | 1011101 | 1001 | 11010 | 0 | 1000000 | 100011000 | 1111 | 100000 |
Color Harmonies of #55455D
Complementary color
Monochromatic Colors of #55455D
Black with #55455D
Text Example
Text Example
White with #55455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55455D; }
p { color: rgb(85,69,93); }
H1.HeaderClassName
{
color: #55455D;
}
.AnyTagClassName
{
color: #55455D;
}
</style>
background-color css
<style>
a { background-color: #55455D; }
a { background-color: rgb(85,69,93); }
div.DivClassName
{
background-color: #55455D;
}
.BgClassName
{
background-color: #55455D;
}
</style>
border-color css
<style>
span { border-color: #55455D; }
span { border-color: rgb(85,69,93); }
td.TdClassName
{
border-color: #55455D;
}
.TagClassName
{
border-color: #55455D;
}
</style>