Shades of Honey Flower #55455C
Tints of Honey Flower #55455C
RGB
CMYK
RGB Variations
Color information
#55455C (or 0x55455C) is known color: Honey Flower. HEX triplet: 55, 45 and 5C. RGB value is (85,69,92). Sum of RGB (Red+Green+Blue) = 85+69+92=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #55455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455C is #AABAA3. Grayscale: #4C4C4C. Windows color (decimal): -11188900 or 6047061. OLE color: 6047061.
HSL color Cylindrical-coordinate representation of color #55455C: hue angle of 281.74º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55455C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 69 | 92 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.64 |
| HSL | 281.74º | 0.14% | 0.32% | - |
| HSV(B) | 281.74º | 0.25% | 0.36% | - |
| XYZ | 7.81 | 6.96 | 11.06 | - |
| YUV | 76.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 92 | 0.08 | 0.25 | 0 | 0.64 | 281.74 | 0.14 | 0.32 |
| Hex | 55 | 45 | 5C | 8 | 19 | 0 | 40 | 11A | E | 20 |
| Octal | 125 | 105 | 134 | 10 | 31 | 0 | 100 | 432 | 16 | 40 |
| Binary | 1010101 | 1000101 | 1011100 | 1000 | 11001 | 0 | 1000000 | 100011010 | 1110 | 100000 |
Color Harmonies of #55455C
Complementary color
Monochromatic Colors of #55455C
Black with #55455C
Text Example
Text Example
White with #55455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55455C; }
p { color: rgb(85,69,92); }
H1.HeaderClassName
{
color: #55455C;
}
.AnyTagClassName
{
color: #55455C;
}
</style>
background-color css
<style>
a { background-color: #55455C; }
a { background-color: rgb(85,69,92); }
div.DivClassName
{
background-color: #55455C;
}
.BgClassName
{
background-color: #55455C;
}
</style>
border-color css
<style>
span { border-color: #55455C; }
span { border-color: rgb(85,69,92); }
td.TdClassName
{
border-color: #55455C;
}
.TagClassName
{
border-color: #55455C;
}
</style>